:root {
	font-family: 'YakuHanJP','Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html {
	font-size: 15px;
}

body.ajax-wait{
	cursor: wait;
}

.custom-control-label {
	font-weight: normal !important;
}
label.required:after {
	content: '必須';
	background: rgb(255, 110, 96);
	font-size: 0.8rem;
	margin-left: 0.5em;
	color:#fff;
	padding: 2px 4px;
}

.info-text {
	font-size: 0.8em;
}

.sm-text-nowrap {white-space: inherit;}
.md-text-nowrap {white-space: inherit;}
.lg-text-nowrap {white-space: inherit;}
.xl-text-nowrap {white-space: inherit;}
.xxl-text-nowrap {white-space: inherit;}
@media screen and (max-width:576px) {
	.sm-text-nowrap {white-space: nowrap !important;}
}
@media screen and (max-width:768px) {
	.md-text-nowrap {white-space: nowrap !important;}
}
@media screen and (max-width:992px) {
	.lg-text-nowrap {white-space: nowrap !important;}
}
@media screen and (max-width:1200px) {
	.xl-text-nowrap {white-space: nowrap !important;}
}
@media screen and (max-width:1400px) {
	.xxl-text-nowrap {white-space: nowrap !important;}
}

.scroll-y {overflow-y: scroll;}
.scroll-x {overflow-x: scroll;}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.5;
}
.select2-container .select2-selection--single {
	height: calc(2.25rem + 2px);
	border: 1px solid #ced4da;
}
.btn-checkbox-group {
	display: flex;
}
.btn-checkbox-group .btn-checkbox {
	width: 100%;
}
.btn-checkbox-group .btn-checkbox span {
	background: #eee;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	padding: 10px;
}
.item-search-modal label {
	font-size: 12px;
	margin-bottom: 5px;
}
.item-search-modal .form-group {
	margin-bottom: 15px;
}
.btn-checkbox-group .btn-checkbox [type='checkbox'] {
	display: none;
}
.btn-checkbox-group .btn-checkbox [type='checkbox']:checked + span {
	background: #000;
	color: #fff;
}
.item-search-modal .search-between {
	display: flex;
	justify-content: space-between;
}
.item-search-modal .search-between .input-group {
	width: 45%;
}
.main-sidebar {
	background: #333;
	color: #fff;
}
/* .nav-pills .nav-link {
	color: #fff;
}
.nav-pills .nav-link:not(.active):hover {
	color: #bbb;
} */
.large-icon {
	font-size: 10rem;
	color: rgb(157, 164, 168);
}
.nav-pills .nav-link.btn-add {
	background-color: #fff;
	border: 1px solid #007bff;
	color: #007bff;
}
.brand-link {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dee2e6;
	padding: 0 20px;
	height: 56.5px;
	background: #fff;
}
.brand-imag {
	width: 30px;
	margin-right: 10px;
}
.system-logo {
	width: 150px;
}
.card-body.p-0 .table tbody>tr>td:first-of-type, .card-body.p-0 .table tbody>tr>th:first-of-type, .card-body.p-0 .table tfoot>tr>td:first-of-type, .card-body.p-0 .table tfoot>tr>th:first-of-type, .card-body.p-0 .table thead>tr>td:first-of-type, .card-body.p-0 .table thead>tr>th:first-of-type {
	padding-left: 0.75em;
}
table.table {
	border-top: 1px solid #dee2e6;
}
table.table thead,
table.table thead th.sortable a {
	background-color: #F8F8F9;
	color: #606266;
}
table .item-image {
	height: 50px;
	width: 50px;
	object-fit: contain;
}
.table th.sortable {
  cursor: pointer;
  position: relative;
}

.table th.sortable::before, .table th::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border: 5px solid transparent;
  right: 1px;
  top: 50%;
}

.table th.sortable.sortable.sorted-desc::before,
.table th.sortable.sortable.sorted-asc::after{
  border: 0 none transparent;
}

.table th.sortable::before {
	border-bottom-color: #aaa;
	margin-top: -10px;
}
.table th.sortable::after {
	border-top-color: #aaa;
	margin-top: 2px;
}
.table-hover tbody tr:hover {
	background-color: rgb(250, 250, 255);
}
.btn-select-table {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 50%;
	padding: 10px;
	color: #333;
}
.item-detail-image {
	width: 500px;
	height: auto;
	max-width: -webkit-fill-available;
	max-height: 500px;
	object-fit: contain;
	background: #333;
	margin-bottom: 20px;
}
.page-simple {
	background-color: #f4f6f9;
	min-height: 100vh;
	padding: 50px;
}
.simple-form {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.simple-form-logo {
	text-align: center;
}
.simple-form-logo img {
	width: 200px;
	height: auto;
	max-width: 100%;
}
.simple-form-section {
	margin-top: 50px;
}
.simple-form-section .title {
	font-size: 1rem;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
}
.simple-form .btn-sns {
	display: block;
	padding: 15px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
}
.simple-form .btn-sns.line {
	background: #52b534;
}
.simple-form .btn-sns.twitter {
	background: #5c98d0;
}
.simple-form .btn-sns.google {
	background: #ea333d;
}
.select2-selection__choice {
	background-color: #007bff !important;
	border-color: #006fe6 !important;
	color: #fff !important;
	padding: 0 10px;
	margin-top: .31rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff !important;
}
.pagination-sm .page-link {
	font-size: 1rem;
}

.ui-autocomplete {
	position: absolute;
	cursor: default;
	z-index:2000 !important;
}

.spinner {
	width: 70px;
	text-align: center;
}

.spinner{
	display: none;
}
.spinner > div {
	width: 10px;
	height: 10px;
	background-color: #007bff;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

.page-link.disabled {
	color: #869099;
	cursor: not-allowed;
}

.btn-disabled{
	cursor: not-allowed;
}
.btn-disabled a{
	color: #abb;
	pointer-events: none;
}
.btn-disabled a.btn{
	background-color: #abb;
	border-color: #abb;
	color:#eee;
}

.notification-image {
	margin-bottom: 30px;
}
.notification-image img {
	width: fit-content;
	max-width: 100%;
	max-height: 50vh;
}


.error-message{
	color: red;
}

.form-item .error-message ul,
.form-group .error-message ul{
	list-style: none;
	padding: 0;
}

.select2-search--inline .select2-search__field{
	width: auto !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	display: flex;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	margin:0;
	padding-right:4px;
	padding-left:1px;
}

#lock-screen{
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index:99999;
	background-color:#ffffff50;

	display: flex;
	justify-content: center;
	align-items: center;
}
#lock-screen .lock-icon{
	font-size:1.4em;
	color: #06d;
	background-color: #dddddd80;
	/* border: 1px #000 solid; */
	width: 2em;
	height: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.5em;
}
.input-group.no-wrap{
	flex-wrap: nowrap;
}

.ajax-loader{
	display: none;
}
body.screen-locked .hide-while-ajax-loading,
.btn-ajax.disabled > .hide-while-ajax-loading,
.btn-ajax:disabled > .hide-while-ajax-loading{
	display: none;
}
body.screen-locked .ajax-loader,
.btn-ajax.disabled > .ajax-loader,
.btn-ajax:disabled > .ajax-loader{
	display: inline-block;
}
body.screen-locked .btn-ajax{
	opacity: 0.6;
}

.page-link.disabled {
	color: #869099;
	cursor: not-allowed;
}

.modal-content .item-detail-image{
	width: 200px;
	max-height: 200px;
}
.modal-content .swiper-slide{
	display: flex;
	justify-content: center;
}

.table .bases-list{
	margin:0;
	padding:0;
	display: flex;
	flex-wrap: wrap;
}
.table .bases-list li{
	list-style-type: none;
}
.table .bases-list li:not(:first-child)::before{
	content:'、';
}

.pagination {
	margin-bottom: 0;
}
.pagination .page-numbers {
	display: flex;
}

@media screen and (max-width: 767px) {
	.pagination {
		margin-top: 10px;
		margin-right: 0 !important;
	}
	.pagination .page-numbers {
		display: none;
	}
	.pagination .page-item {
		width: 50%;
		text-align: center;
	}
}

#colomn-selector{
	position: absolute;
	right: 0px;
}

.modal-dialog-fluid {
	max-width: inherit;
	width: 98%;
	margin-left: 15px;
}


/* フロント画面 */
.page-front {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.page-front.gray {
	background: #f4f4f8;
}
.page-front .front-header {
	display: flex;
	padding: 15px 30px;
	justify-content: space-between;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	align-items: center;
	background: #fff;
}
.page-front .front-header .front-header-content {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-front .front-header .front-header-logo {
	margin-right: 20px;
}
.search-box {
	display: flex;
	align-items: center;
}
.btn-detailed-search {
	border: none;
	padding: 8px;
	border: 1px solid #eee;
	background: #f5f5f5;
}
.btn-detailed-search i {
	margin-right: 5px;;
}
.btn-detailed-search-sp,
.btn-signup-sp {
	display: none;
}
.page-front .front-header .front-header-logo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.page-front .front-header .front-header-logo img {
	height: 60px;
	width: auto;
}
.page-front .front-header .front-header-logo span {
	font-size: 0.66rem;
	color: #999;
	margin-bottom: 3px;
}
.page-front .front-header-title {
	display: flex;
	align-items: center;
}
.page-front .front-header .pc-hide {
	display: none;
}
.sp-menu-btn {
	display: none;
}
.search-box {
	background: #fff;
	border: 1px solid #000;
	border-radius: 3px;
}
.search-box [type="text"] {
	padding: 8px;
	background: none;
	border: none;
	width: 350px;
}
.search-box button {
	background: none;
	border: none;
	padding: 8px;
}
.search-box button.btn-detailed-search {
	background: #000;
	color: #fff;
}
.page-front .front-header-nav {
	display: flex;
	align-items: center;
}
.page-front .front-header-nav a.btn-signup {
	color: #000;
	display: inline-block;
	padding: 8px 12px;
	background: #eee;
	border-radius: 3px;
	font-size: 14px;
}
.page-front .front-header-nav a.btn-signup {
	margin-right: 8px;
}
.page-front .front-header-nav a.btn-signup.red {
	background: #ea352d;
	color: #fff;
}
.page-front .front-header-nav a.btn-signup.blue {
	background: #1c5981;
}
.front-footer {
	background-image: url(../img/search_bg.png);
	background-size: cover;
	padding: 50px 0 20px;
	color: #fff;
	margin-top: auto;
}
.front-footer .copyright {
	text-align: center;
	display: block;
	opacity: 0.3;
	font-weight: normal;
	margin-top: 30px;
	font-size: 12px;
}
.front-footer .footer-content {
	text-align: center;
}
.front-footer .footer-content p {
	color: #fff;
	font-size: 14px;
}
.front-footer .footer-content img {
	width: 300px;
}
.front-footer .footer-link-title {
	margin-top: 30px;
	font-weight: bold;
	margin-bottom: 8px;
}
.front-footer .footer-link-wrap {
	margin-top: 50px;
}
.front-footer .footer-link {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 0 auto;
}
.front-footer .footer-link a {
	color: #fff;
	font-size: 14px;
	margin: 0 10px;
}
.front-footer .footer-link a:hover {
	text-decoration: underline;
}
.page-front .front-main {
	padding: 50px 0;
}
.page-front .front-main.gray {
	background: #f4f4f8;
}
.page-front .front-main-content {
	margin: 0 auto;
	padding: 60px 0;
	max-width: 1200px;
}
.page-front .item-detail-wrap .front-main-content {
	width: 50%;
}
.page-front .item-detail-wrap .front-main-content {
	padding: 0;

}
.page-front .front-main-content.top-page h2 {
	font-family: Montserrat;
	text-align: center;
	letter-spacing: 0.25em;
	margin-bottom: 1.5em;
}
.page-front .front-main-content.top-page h2 span {
	display: block;
	font-size: 14px;
	margin-top: 1em;
}
.top-slider {
	margin-top: -30px;
	padding-bottom: 30px !important;
}
.top-slider .swiper-slide {
	padding: 0;
	max-height: 624px;
	overflow: hidden;
}
.top-slider .swiper-slide img {
	width: 100%;
	aspect-ratio: 1.5 / 1;
	object-fit: cover;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0 !important;
}
.swiper-pagination-bullet-active {
	background: #000 !important;
}
.top-description {
	padding: 50px 50px 0;
}
.top-description .signup-bnrs {
	max-width: 1200px;
	margin: 0 auto;
}
.top-description .signup-bnrs a {
	display: block;
}
.top-description .signup-bnrs a:first-child {
	margin-bottom: 30px;
}
.top-description .signup-bnrs a img {
	width: 100%;
}
.top-description-item {
	background: #fff;
	display: flex;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
}
.top-description-item img {
	width: 50%;
	height: 450px;
	object-fit: cover;
}
.top-description-item:nth-child(odd) {
	flex-direction: row-reverse;
}
.top-description-item .texts {
	width: 50%;
	line-height: 1.5;
	padding: 50px;
}
.top-btn-more {
	text-align: center;
}
.top-category-list {
	background: url(../img/mechanical-gears.png) no-repeat;
	background-size: cover;
}

.btn-grad {
	background-image: linear-gradient(to right, #232526 0%, #414345  51%, #232526  100%);
	margin: 10px 0;
	padding: 15px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	box-shadow: 0 0 20px #eee;
	border-radius: 10px;
	display: block;
	cursor: pointer;
}

.btn-grad:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}

.top-btn-more .btn-grad {
	display: inline-block;
	width: 400px;
	max-width: 100%;
}
 
.top-description-item .texts .strong {
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 0.5em;
}
.news-list a {
	display: block;
	border-bottom: 1px dotted #ddd;
	padding: 1em 0;
}
.news-list a .title {
	color: #007bff;
}
.news-list a .date {
	color: #000;
	margin-right: 1em;
	margin-bottom: 5px;
}
.front-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.front-list:after {
	content: "";
	width: 220px;
	height: 0;
	display: block;
}
.front-list:before {
	content: "";
	width: 220px;
	height: 0;
	display: block;
	order: 1;
}
.front-list-item {
	width: 220px;
	margin-bottom: 30px;
}
.front-list-item img {
	width: 220px;
	height: 220px;
	object-fit: cover;
	border-radius: 3px;
}
.front-list-item .item-image {
	position: relative;
}
.front-list-item .item-image .price {
	position: absolute;
	background: rgba(0,0,0,0.5);
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 5px 10px;
	display: block;
	font-weight: bold;
	border-radius: 0 0 3px 3px;
}
.front-list-item .item-image .price .retail-price {
	text-decoration: line-through;
	font-weight: normal;
	margin-right: 5px;
}
.front-list-item .title {
	color: #000;
	margin-top: 5px;
	font-size: 14px;
	height: 42px;
	overflow: hidden;
	position: relative;
}
.front-list-item .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(90deg, rgba(244,244,248,0) 0%, rgba(244,244,248,1) 60%);
	width: 2em;
	height: 50%;
}
.page-front .tab-content-block .front-list-item .title:after {
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
}
.front-list-item .btn-item-signup {
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #007bff;
	font-size: 11px;
	margin-top: 5px;
	background: #fff;
	display: block;
}
.item-detail-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1200px;
	max-width: 100%;
	margin: 50px auto;
}
.item-detail-wrap .item-slider {
	width: calc(50% - 50px);
	position: sticky;
	top: 20px;
}
.item-detail-wrap .item-slider img {
	width: 100%;
	object-fit: contain;
	background:#6c757d;
}
.item-detail-wrap .item-slider .carousel-control-prev-icon,
.item-detail-wrap .item-slider .carousel-control-next-icon {
	background-color: #000;
	background-size: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;

}
.item-detail-wrap .item-detail .title {
	font-size: 25px;
	font-weight: bold;
}
.item-detail-wrap .item-detail .item-st {
	display: flex;
	font-weight: bold;
	color:#999;
}
.item-detail-wrap .item-detail .item-st .category {
	margin-right: 1em;
}
.item-detail-wrap .item-detail .price {
	font-size: 40px;
	margin: 15px 0 30px;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	line-height: 1;
}
.item-detail-wrap .item-detail .price span {
	font-size: 14px;
	color: #000;
	margin-left: 0.5em;
}
.item-detail-wrap .item-detail .price span.retail-price {
	font-size: 1.5rem;
	display: block;
	text-decoration: line-through;
	color: #555;
	font-weight: normal;
	line-height: 1;
	margin: 0;
}
.item-detail-wrap .item-detail .buy {
	margin-bottom: 30px;
}
.item-detail-wrap .item-detail .quantity {
	margin-bottom: 10px;
	background: #f5f5f5;
	border-radius: 3px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
}
.item-detail-wrap .item-detail .quantity [type="text"] {
	text-align: center;
	width: 4em;
	padding: 10px;
	border: none;
	background: none;
}
.item-detail-wrap .item-detail .quantity .btn-quantity {
	padding: 10px;
	margin-left: 5px;
	display: block;
	width: 3em;
	text-align: center;
	cursor: pointer;
}
.item-detail-wrap .item-detail-section {
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
.item-detail-wrap .btn-item-signup {
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #007bff;
	display: block;
	text-align: center;
	padding: 10px;
	background: #fff;
	margin-top: 30px;
}
.item-detail-wrap .item-detail-section .description {
	line-height: 2;
	font-size: 12px;
}
.item-detail-wrap .item-detail-company {
	background: #efefef;
}
.item-detail-wrap .item-detail-company .title {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 5px;
}
.item-detail-wrap .item-detail-company .content {
	padding: 10px;
}
.item-detail-wrap .item-detail-company .content .name {
	display: flex;
	align-items: center;
}
.item-detail-wrap .item-detail-company .btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.item-detail-wrap .item-detail-company .link-tokusyo {
	text-align: center;
	margin-top: 10px;
}
.item-detail-wrap .item-detail-company .link-tokusyo a {
	color: #000;
	text-decoration: underline;
}
.item-detail-wrap .item-detail h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.page-front .stars {
	color: #ffb818;
}
.page-front .stars .none {
	color: #ccc;
}
.page-front .stars .count {
	color: #007bff;
}
.item-detail-wrap .item-detail table th,
.item-detail-wrap .item-detail table td {
	padding: 10px;
}
.page-front .certification {
	display: inline-block;
}
.page-front .certification i {
	color: #52b534;
	margin-right: 5px;
}
.item-detail-wrap .item-detail .chat {
	margin-top: 20px;
}
.ribbon-wrapper {
	left: 0;
	right: auto;
}
.ribbon-wrapper.ribbon-lg .ribbon {
	left: -35px;
	top: 30px;
}
.ribbon-wrapper .ribbon {
	left: 0;
	transform: rotate(-45deg);
}
.front-item-list-wrapper {
	margin: 0 auto;
	max-width: 1200px;
}
.front-item-list-search-wrapper {
	background-image: url(../img/search_bg.png);
	background-size: cover;
	padding: 40px 0;

}
.front-item-list-search {
	max-width: 1200px;
	margin: 0 auto;
}
.front-item-list-search label {
	font-size: 12px;
	margin: 0;
}
.front-item-list-search .search-item-group {
	display: flex;
	justify-content: space-between;
	margin-top: 3px;
	flex-wrap: wrap;
}
.front-item-list-search .search-item {
	padding: 10px;
	background: rgba(255,255,255,0.9);
	border-radius: 2px;
}
.front-item-list-search .search-item-group .search-item {
	width: calc(25% - 3px);
}
.front-item-list-search .search-item-label {
	display: block;
}
.front-item-list-search .search-item .seach-check label {
	display: block;
	font-weight: normal;
	cursor:pointer;
}
.front-item-list-search .search-item .seach-check label [type="checkbox"],
.front-item-list-wrapper .search-item .search-item-label > .seach-check [type="checkbox"],
#modal-detailed-search .form-group label > [type="checkbox"] {
	margin-right: 5px;
	vertical-align: middle;
}

.front-item-list-wrapper .front-list {
	width: 1200px;
	max-width: 100%;
}
.pager {
	display: flex;
	justify-content: space-between;
}
.pager a {
	padding: 10px;
	border: 1px solid #ff3b3b;
	color: #ff3b3b;
	border-radius: 3px;
}

.trade-steps-wrapper {
	display: flex;
	justify-content: center;
}
.trade-steps {
	list-style: none;
	overflow: hidden;
	font: 18px Helvetica, Arial, Sans-Serif;
	margin: 20px 0 20px;
	padding: 0;
	background: none;
	display: flex;
}
.trade-steps li {
	color: #000;
	text-decoration: none;
	padding: 10px 0 10px 55px;
	background: #ccc;
	position: relative;
	display: block;
	height: 50px;
	display: flex;
	align-items: center;
}
.trade-steps li::after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #ccc;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}
.trade-steps li::before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}
.trade-steps li:first-child {
	padding-left: 20px;
}
.trade-steps li:last-child {
	padding-right: 20px;
}
.trade-steps li.active{
	background: rgb(248,185,67);
	color: #fff;
}
.trade-steps li.active::after {
	border-left: 30px solid rgb(248,185,67);
}
.tbl-trade-info {
	width: 100%;
}
.tbl-trade-info td,
.tbl-trade-info th {
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.tbl-trade-info th {
	width: 10em;
}

.tbl-trade-info ul {
	padding: 0;
	list-style-position: inside;
}

.msg-upfile {
	display: inline-block;
	margin: 20px 0;
}
.msg-upfile img {
	width: 300px;
	height: 300px;
	max-width: 100%;
	object-fit: contain;
	background: #000;
}

.direct-chat-messages {
	height: auto;
}

.rating-form {
	display: flex;
	justify-content: center;
}
.rating-form > div {
	padding: 0 15px;
}
.rating-form label {
	color: #ccc;
	font-weight: normal;
}
.rating-form label i {
	font-size: 30px;
}
.rating-form [type="radio"]:checked+label.good {
	color: #ff6767;
}
.rating-form [type="radio"]:checked+label.bad {
	color: hsl(203, 100%, 70%);
}
.list-sort {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 10px;
}
.list-sort label {
	margin: 0;
}
.list-sort select {
	width: 10em;
}
.tag-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.tag {
	display: block;
	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
	background-color: #c40000;
	color: #FFF;
	text-decoration: none;
}
.tag:hover {
	color: #FFF;
}

/* ユーザー詳細 */
.user-detail-wrap {
	max-width: 800px;
	margin: 0 auto;
}
.user-detail-wrap .user-info {
	background: #fff;
	margin-bottom: 30px;
}
.user-detail-wrap .user-info .user-id {
	padding: 20px;
	background: #333;
	color: #fff;
	font-weight: bold;
}
.user-detail-wrap .user-info .total-score {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-weight: bold;
	padding: 30px;
	border-bottom: 1px solid #ddd;
}
.user-detail-wrap .user-info .user-comment {
	padding: 20px;
}
.user-detail-wrap .user-info a {
	display: flex;
	padding: 10px 20px;
	border-top: 1px solid #ddd;
	color: #000;
	justify-content: space-between;
	align-items: center;
}
.user-detail-wrap .user-info .inquiry-link {
	display: inline;
	padding: 0;
	border-top: none;
	color: #007bff;
}
.page-front .tab-menu {
	display: flex;
	border-bottom: 1px solid #eee;
}
.page-front .tab-menu .tab-menu-btn {
	background: #fff;
	width: 50%;
	border: none;
	border-top: 4px solid #ccc;
	padding: 20px;
	color: #777;
}
.page-front .tab-menu .tab-menu-btn.active {
	color: #000;
	border-top: 4px solid #F6A814;
}
.page-front .tab-content-block {
	background: #fff;
}
.page-front .evaluation-list-item {
	padding: 20px;
	display: flex;
	border-bottom: 1px solid #eee;
}
.page-front .evaluation-list-item .icon {
	font-size: 3rem;
	margin-right: 20px;
}
.page-front .evaluation-list-item .icon.fa-smile {
	color: #ff6767;
}
.page-front .evaluation-list-item .icon.fa-tired {
	color: hsl(203, 100%, 70%);
}
.page-front .evaluation-list-item .content {
	width: 100%;
}
.page-front .evaluation-list-item .content .status {
	display: flex;
}
.page-front .evaluation-list-item .content .user {
	margin-left: 1em;
}
.page-front .evaluation-list-item .content .good {
	color: #ff6767;
	font-weight: bold;
}
.page-front .evaluation-list-item .content .bad {
	color: hsl(203, 100%, 70%);
	font-weight: bold;
}
.page-front .evaluation-list-item .content .comment {
	background: rgb(245,245,245);
	padding: 10px;
	border-radius: 5px;
	margin-top: 5px;
	overflow-wrap: anywhere;
}
.page-front .evaluation-list-item .content .comment .date {
	font-size: 12px;
}
.front-page-title {
	background: hsl(257, 10%, 13%);
	padding: 20px;
	color: #fff;
	font-weight: bold;
}
.front-page-content {
	padding: 20px;
	background: #fff;
}
.front-page .contact-form {
	padding: 50px;
}
.kiyaku {
	overflow-y: auto;
	height: 500px;
	margin-bottom: 20px;
}

.flow {
	max-width: 900px;
	margin: 50px auto;
}
.flow .flow-title {
	font-size: 20px;
	border-bottom: 1px solid #000;
	font-weight: bold;
	margin-bottom: 30px;
}
.flow .flex-block {
	display: flex;
	margin-top: 50px;
}
.flow .flex-block img {
	width: 45%;
	margin-right: 5%;
}
.flow section {
	margin-bottom: 50px;
}
.tab-btn .small-box {
	padding-bottom: 25px;
}
.unread {
	position: relative;
}
.unread span {
	position: absolute;
	top:0;
	right: -0.7em;
	line-height:0;
	color: red;
}
.side-bnr img {
	max-width: 100%;
}
.line-head {
	font-size: 24px;
	border-bottom: 1px solid #000;
	margin-bottom: 0.5em;
}
.sasatsu-images {
	display: flex;
}
.sasatsu-image {
	border: 1px solid #000;
	margin-right: 10px;
	padding: 10px;
	border-radius: 5px;
}
.sasatsu-image img {
	width: 300px;
	height: 150px;
	object-fit: cover;
}
.sasatsu-tbl .fa-smile {
	font-size: 25px;
	color: #ff6767;
}
.sasatsu-tbl .fa-tired {
	font-size: 25px;
	color: hsl(203, 100%, 70%);
}
.pagination {
	margin-bottom: 0;
}
.pagination .page-numbers {
	display: flex;
}
.single-page {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.single-page h1 {
	font-size: 24px;
	background: #201e24;
	color: #fff;
	padding: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
.single-page-content p {
	line-height: 1.6;
	margin-bottom: 1em;
}
.single-page-content ul {
	margin-bottom: 1em;
}
.single-page-content table td {
	border: 1px solid #333;
	padding: 10px;
	margin-bottom: 1em;
}
.single-page-content img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
}
.single-page-content h2 {
	margin-top: 50px;
	margin-bottom: 1em;
	border-bottom: 2px solid #201e24;
	background: #fafafa;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
}
.single-page-content h3 {
	margin-top: 30px;
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: bold;
}
.guide-step-list {
	margin-top: 30px;
}
.guide-step-list h3 {
	font-size: 20px;
	margin-bottom: 20px;
	background: #fafafa;
	padding: 10px;
}

.error-price {
	color: red;
}
.items-is-product{
	color : #f00;
}

.guide-step-list h3 span {
	font-weight: bold;
}
.guide-top-block {
	display: flex;
}
.guide-top-block img {
	margin-right: 30px;
}
.guide-step-list .step-content {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: row-reverse;
	margin-bottom: 50px;
}
.guide-step-list .step-content h4 {
	font-weight: bold;
	font-size: 20px;
}
.guide-step-list .step-content strong {
	color: red;
}
.guide-step-list .step-content img {
	border: 1px solid #ddd;
	margin-right: 20px;
	max-width: 50%;
}

/* フロント管理画面：プラン申込み画面 */
.subscription #more_than_thousand{
	width: 10em;
	text-align:right;
	margin-right:2px;
}
.subscription .request-subscription,
.subscription .change-subscription{
	width: 50%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.subscription .btn-primary,
.subscription .btn-danger{
	margin: 0 auto;
}
.subscription .link-box{
	width: 200px;
	margin: 30px auto 0 auto;
	text-align: center;
}
.subscription .link-box a{
	display: block;
}

.select-shipping-address {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: 30px;
}
.select-shipping-address .select-shipping-address-item {
	border: 1px solid #ccc;
	padding: 15px;
	display: flex;
	border-radius: 5px;
}
.select-shipping-address .select-shipping-address-item [type="radio"] {
	margin-right: 15px;
}
.select-shipping-address .select-shipping-address-item {
	font-weight: normal !important;
}
.select-shipping-address .select-shipping-address-item a {
	color: #0089b3;
}
.select-shipping-address .select-shipping-address-item a.btn-del-address {
	color: #ff3737;
}
.shipping-address button {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 15px;
}
.shipping-address button.btn-next {
	display: block;
	width: 100%;
	background: #198497;
	color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 15px;
	margin-top: 10px;
	font-weight: bold;
}
#edit-addless-modal .zip-code {
	display: flex;
	align-items: center;
}
#edit-addless-modal .zip-code input {
	width: 8em;
}
#edit-addless-modal .zip-code button {
	background: yellow;
	margin-left: 1em;
	border-radius: 3px;
}

@media screen and (max-width:1300px) {
	.search-box [type="text"] {
		width: 200px;
	}
	.main-header .btn-detailed-search{
		font-size: 0.7rem;
	}
	.main-header .navbar-nav .nav-link.page-header{
		font-size: 0.7rem;
		padding-left: 0;
		height: auto;
	}
	.front-item-list-wrapper .front-list,
	.front-list {
		width: 750px;
		max-width: 100%;
		margin: 0 auto;
	}
	.front-item-list-search-wrapper {
		padding: 40px;
	}
	.list-sort {
		align-items: center;
		width: 750px;
		max-width: 100%;
		margin: 0 auto 10px;
	}
	.pagination {
		width: 750px;
		max-width: 100%;
		margin:  0 auto;
	}
}

@media screen and (max-width:900px) {

	.page-front .front-header-nav a.btn-signup {
		display: none;
	}

	.btn-detailed-search-sp {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border: none;
		background: #efefef;
		border-radius: 50%;
		width: 28px;
		height: 28px;
		margin-left: 5px;
	}
	.btn-signup-sp {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border: none;
		background: #efefef;
		border-radius: 50%;
		width: 28px;
		height: 28px;
		margin-left: 5px;
		padding: 0;
		color: #000;
	}
	.search-box {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.page-front .front-header {
		padding: 10px;
		position: sticky;
		top: 0;
		z-index: 999;
		background-color: #fff;
	}
	.navbar-expand .navbar-nav .nav-link {
		padding-left: 8px;
		padding-right: 8px;
		color: #000;
	}
	.page-front .front-header .pc-hide {
		display: block;
		color: #000;
	}	
	.front-item-list-search-wrapper {
		padding: 15px;
		font-size: 12px;
	}
	.front-item-list-search .search-item-group .search-item {
		width: calc(50% - 2px);
		margin-bottom: 3px;
	}
	.btn-detailed-search {
		display: none;
	}
	.front-item-list-wrapper {
		display: block;
		padding: 10px;
	}
	.page-front .front-main-content {
		padding: 40px 5%;
		margin: 0;
	}
	.front-list-item {
		width: calc(50% - 2.5%);
	}
	.front-list-item img {
		width: 100%;
		height: 42.5vw;
	}
	.item-detail-wrap {
		display: block;
		margin: 0 auto;
	}
	.page-front .item-detail-wrap .front-main-content {
		width: 100%;
		padding: 5%;
	}
	.item-detail-wrap .item-slider {
		width: 100%;
		position: static;
	}
	.item-detail-wrap .item-detail {
		width: 100%;
		margin-top: 20px;
	}
	.item-detail-wrap .item-detail table * {
		display: block;
	}
	.item-detail-wrap .item-detail table th,
	.item-detail-wrap .item-detail table td {
		padding: 0;
	}
	.item-detail-wrap .item-detail table td {
		margin-bottom: 1em;
	}

	.front-header-nav {
		display: none;
	}
	.sp-menu-btn i {
		padding: 10px;
	}
	.page-front .front-main {
		padding: 0;
	}
	.top-slider {
		padding: 10%;
		margin: 0;
		height: auto;
		border-top-width: 3px;
		border-bottom-width: 3px;
	}
	.top-slider img {
		max-width: 100%;
	}
	.page-front .evaluation-list-item .content .status {
		display: block;
	}
	.page-front .evaluation-list-item .content .user {
		margin-left: 0;
	}
	.front-page .contact-form {
		padding: 0;
	}
	.tab-btn br {
		display: none;
	}
	.tab-btn h4 {
		font-size: 15px;
	}
	.tab-btn .small-box {
		margin: 0;
		padding: 0;
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.pagination {
		margin-top: 10px;
		margin-right: 0 !important;
		margin-bottom: 50px;
	}
	.pagination .page-numbers {
		display: none;
	}
	.pagination .page-item {
		width: 45%;
		text-align: center;
	}
	.sasatsu-images {
		display: block;
	}
	.sasatsu-image {
		margin-bottom: 10px;
	}
	.sasatsu-image img {
		max-width: 100%;
	}
	.trade-steps li {
		font-size: 10px;
		padding-left: 40px;
	}
	.trade-steps li:first-child {
		padding-left: 10px;
	}
	.trade-steps li:last-child {
		padding-right: 10px;
	}
	.trade-steps li::after {
		border-left-width: 30px;
	}
	.single-page-content {
		padding: 0 5%;
	}
	.guide-step-list .step-content {
		display: block;
	}
	.guide-step-list .step-content img {
		max-width: 100%;
		margin-top: 20px;
		margin-right: 0;
	}
	.guide-step-list .step-content table {
		font-size: 14px;
	}
	.guide-top-block {
		display: block;
	}
	.guide-top-block img {
		margin-right: 0;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.nav-link.page-header .header-button{
		display:none;
	}
	.nav-link.page-header .fas,
	.nav-link.page-header .far{
		font-size: 20px;
	}
	.top-slider .top-btns {
		display: block;
		margin-top: 20px;
	}
	.top-slider .top-btns a {
		display: block;
		width: 100%;
		padding: 10px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.top-description {
		padding: 10px;
	}
	.top-description .signup-bnrs a:first-child {
		margin-bottom: 10px;
	}
	.top-description-item {
		display: block;
		width: 100%;
		max-width: 450px;
	}
	.top-description-item img {
		width: 100%;
		height: auto;
	}
	.top-description-item .texts {
		width: 100%;
		padding: 5%;
	}
	.top-description-item .texts .strong {
		font-size: 1.8rem;
	}
	.page-front .front-header .front-header-logo img {
		height: 40px;
	}
	.footer-logo {
		max-width: 100%;
		width: 250px;
		padding: 0 10px;
		display: inline-block;
	}
	.front-footer .footer-content img {
		width: 100%;
	}
	.front-footer .footer-link {
		flex-direction: column;
	}
	.front-footer .footer-link a {
		margin-bottom: 10px;
	}
	.front-footer .copyright {
		font-size: 10px;
	}
	.news-list a {
		font-size: 12px;
	}
	.news-list a .date {
		display: block;
	}

	/* フロント管理画面：プラン申込み画面 */
	.subscription .request-subscription,
	.subscription .change-subscription{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.subscription .btn-primary,
	.subscription .btn-danger{
		width: 150px;
		margin: 0 auto;
	}
	.subscription .link-box{
		width: 200px;
		margin: 30px auto 0 auto;
		text-align: center;
	}
	.subscription .link-box a{
		display: block;
	}
}
@media screen and (max-width:600px) {
	.top-slider .swiper-slide {
		padding: 0;
	}
}

.modal-trade-allocated-stock .sales-amount{
	margin: 0 2px;
	font-weight: bold;
	font-size: 1.5rem;
}
.modal-trade-allocated-stock table,
.modal-trade-allocated-stock th,
.modal-trade-allocated-stock td{
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.trade-bank-info{
	display: flex;
	justify-content: center;
	/*flex-direction: column;*/
	margin-top:1em;
}
.trade-bank-info .amount{
	font-size: 20px;
	font-weight:bold;
	margin:0.2em;
}
.trade-bank-info .title{
	font-size: 16px;
	font-weight:bold;
	margin:0.5em;
}
.trade-bank-info .info{
	font-size: 0.9em;
	margin-bottom:0.5em;
}
.trade-bank-info .table-wrap{
	background-color: #f8f8f8;
	border: 1px solid #bbb;
	border-radius: 6px;
	padding:0.4em 0.6em;
}
.trade-bank-info table{
	text-align:left;
	max-width:500px;
}
.trade-bank-info tr{
	border-bottom:1px solid #eee;
}
.trade-bank-info td,
.trade-bank-info th{
	vertical-align:top;
	padding:0.2em 0;
}
.trade-bank-info th{
	color:#777;
	font-weight:normal;
	width:8.5em;
	max-width:50%;
	padding-right:0.5em;
}
.form-control.about-sales-person{
	height: 200px;
}

.chat-new-message:before, .chat-new-message:after{
	content: "";
	height:1px;
	flex-grow:1;
	background-color:rgb(200, 180, 80);
}
.chat-new-message:before{
	margin-right: 1rem;
}
.chat-new-message:after{
	margin-left: 1rem;
}
.chat-new-message{
	display: flex;
	align-items: center;
	color: rgb(200, 180, 80);
}
.deleted{
	color:#baa;
}