﻿@charset "UTF-8";

/* fade image in after load */
.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

/* ----無料カタログを請求する---- */
#block_free_catalog {
}
.block-free-catalog--header {
	margin-bottom: 35px;
}
.block-free-catalog--comment {
	margin-bottom: 42px;
}
.block-free-catalog--comment strong {
	font-weight: bold;
}
#block_free_catalog h2 {
	margin-bottom: 30px;
}
.block-free-catalog--catalog-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 20px
}
.block-free-catalog--catalog-list li {
	text-align: center;
	width: 284px;
	margin-bottom: 20px;
}
.block-free-catalog--catalog-list-image {
	margin-bottom: 20px;
}
.block-free-catalog--catalog-list-name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 10px;
}
.block-free-catalog--catalog-list-btn {
}
.block-free-catalog--catalog-list-btn a {
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	text-decoration: none;
	border-radius: 50px;
	display: block;
	padding: 8px 0 6px;
	position: relative;
	border: 2px solid #938675;
}
.block-free-catalog--catalog-list-btn a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #938675;
	border-bottom: 2px solid #938675;
	transform:  rotate(-45deg);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
}
.block-free-catalog--catalog-request-btn {
	width: 380px;
	margin: 40px auto 0;
}
.block-free-catalog--catalog-request-btn a {
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	text-decoration: none;
	border-radius: 50px;
	display: block;
	padding: 8px 0 6px;
	position: relative;
	border: 2px solid #938675;
	background-color: #f9f4ee;
}
.block-free-catalog--catalog-request-btn a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #938675;
	border-bottom: 2px solid #938675;
	transform:  rotate(-45deg);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
}
.block-free-catalog--note {
	text-align: center;
	line-height: 2.025;
	margin-top: 12px;
}

/* ----クイックオーダー---- */
.block-quick-order--text {
  margin: 0 0 40px;
}
.block-quick-order--table th {
  text-align: center;
}
.block-quick-order--table th.block-quick-order--stock-header {
  display: none;
}
.block-quick-order--table input {
  width: 100%;
}

/* ----カード情報確認---- */
.block-credit-card-confirmation--update-confirmation {
  text-align: center;
}
.block-credit-card-confirmation--message {
  text-align: left;
}
.block-credit-card-confirmation--authentication-items .form-control {
  text-align: left;
}
.block-credit-card-confirmation--update-confirmation .action-buttons {
  display: inline-block;
  width: auto;
}
.block-credit-card-confirmation--update-confirmation .action-buttons .btn {
  padding: 8px 40px;
}

/* ----検索結果0件---- */
.block-search-goods--nothing {
  margin: 30px 0 0;
}
.block-search-goods--nothing ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-search-goods--nothing li {
  width: 440px;
  margin: 0 0 20px;
}
