@charset "utf-8";
/* ■■■ 標準設定 ■■■■■■■■■■■■■■■■■■■■■■■■■ */


/* トップページ */
body#index {
	/* background: linear-gradient( #dcf7ff 0%, #FFFFFF 100%); */
	background: #f5f5f0;
}
#index h2 {
	margin-bottom: 2rem;
	padding-bottom: 0;
}
#index .slide-area {
	padding-top: 20px;
	padding-bottom: 50px;
}
#index .img-title {
	line-height: 0rem;
}
#index .img-title img {
	margin-top: 6px;
	margin-bottom: 6px;
}
#index .news .news-section {
	background: #FFFFFF;
	padding: 50px;
	border-radius: 10px;
}
#index .category {
	border-bottom: 2px solid #1e5a9c;
	border-top: 2px solid #1e5a9c;
	padding-top: 30px;
}
#index .category-item .category-title {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.news-section dl {
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #DDDDDD;
	margin-right: 3rem;
}
.news-section dl:last-child {
	border: none;
}
.news-section dt {
	font-weight: normal;
	float: left;
	width: 9rem;
	color: #565656;
}
.news-section dd span {
	display: inline-block;
	width: 6rem;
	text-align: center;
	border-radius: 100px;
	margin-right: 1rem;
	font-size: 0.75rem;r
	font-weight: bold;
	line-height: 1.6rem;
}
.news-section dd {
	margin-left: 9rem;
	line-height: 1.8rem;
	font-size: 0.9rem;
	font-weight: normal;
}
.news-section dd a {
	color: #333333;
	text-decoration: underline;
}
.news-section dd a:hover {
	text-decoration: none;
}
#index .news-list {
    max-height: 220px;
    overflow-y: auto;
}
#index .pickup img {
	border-radius: 12px;
}
#index h2 {
	font-size: 2.2rem;
	border-bottom: none;
}
#index .news-section h2 {	
	text-align: left;
}
#index .category-item .category-title {
	display: inline-block;
	width: 100%;
	max-width: 20rem;
	text-decoration: none;
	color: #FFFFFF;
	background: #00aaeb;
	border-radius: 100px;
}
#index .category-text {
	text-align: center;
}
/* メーカーから検索 */
#maker .search-list {
	padding-top: 10px;
}
#maker .accordion-item {
	border: none;
}
#maker .accordion-body {
	background: #FFFFFF;
	margin-bottom: 1.5rem;
	padding-top: 0;
}
#maker h3.accordion-header button {
	font-size: 1.2rem;
	font-weight: bold;
	background-color: #f5f5f0;
	color: #1e5a9c;
	border-bottom: 2px solid #1e5a9c;
	border-radius: 0;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#maker h3.accordion-header button i {
	padding-right: 15px;
	font-size: 1.6rem;	
}
#maker a.list-btn {
	background: #00aaeb;
	color: #FFFFFF;
	display: inline-block;
	width: 100%;
	padding: 5px 15px;
	margin-bottom: 10px;
	border-radius: 5px;
}
#maker a.list-btn:hover {
	text-decoration: none;
	opacity: 0.75;
}
#maker .kanalist,
#maker .alphalist {
	padding-left: 3px;
	padding-right: 3px;
}
/* 頭文字ボタンの幅を列幅に収める（アルファベット等の長い文字でデザイン崩れ防止） */
#maker .maker-search .kanalist a.list-btn,
#maker .maker-search .alphalist a.list-btn {
	min-width: 0;
}
#maker .alphalist a.list-btn {
    margin-bottom: 6px;
}

#maker .kana {
	font-size: 1.8rem;
	padding-right: 5px;
}
#maker .makerlist {
	line-height: 1.4rem;
}
#maker .makerlist a {
	text-decoration: none;
	color: #565656;
	padding-bottom: 5px;
}
#maker .makerlist a:hover {
	color: #00aaeb;		
}
#maker .makerlist a i {
	color: #00aaeb;
}
#maker .makerlist a span {
	margin-right: 0.5rem;	
}
#maker .makerlist a p {
	margin-bottom: 5px;
}

/* カテゴリーページ */
h2.categorytitle {
	padding: 30px;
	background: rgba(237,246,255,0.75);
	color: #1e5a9c;
	font-size: 1.8rem;
	margin-bottom: 30px;
	text-align: left;
	border-bottom: none;
}
h2.categorytitle span {
	border-left: 6px solid #00aaeb;
	padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}
.category-main-img img {
	max-height: 450px;
}
#category .category-card {
    display: block;
    height: 100%;
    border: 1px solid #d7e6f7;
    border-radius: 12px;
    background: #ffffff;
    padding: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
#category .category-card:hover {
    border-color: #8bb3de;
    transform: translateY(-1px);
    background: rgba(237,246,255,0.75);
}

#category .category-card-title {
	width: 80%;
	float: left;	
}
#category .category-card-count {
	width: 20%;
	float: right;
	display: block;
	text-align: right;
	font-weight: bold;
	line-height: 1.4rem;
}
#category .category-card-body {
    flex-direction: column;
    gap: 6px;
}
#category .category-card-title {
	width: 80%;
	float: left;	
    margin: 0;
    color: #005bac;
    font-weight: 700;
    text-align: left;
    /* 3行目以降の改行がある場合にタイトルを...で省略する処理をコメントアウト */
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}
#category .category-card-subtitle {
    font-size: 0.78rem;
    line-height: 1.4;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#category .category-card-count {
    color: #666666;
}

/* 商品一覧ページ */
.card-body {
	padding-left: 0;
	padding-right: 0;
	
}
a.item-detail-link {
    width: 6rem;
	border-radius: 100px;
}
a.item-detail-link:hover {
	text-decoration: none;
}
.form-check-input[type=checkbox] {
	margin-top: 7px;
	margin-left: 1rem;
	margin-right: 5px;
	width: 18px;
	height: 18px;
}
#itemlist .btn.btn-outline-danger,
#itemlist .btn.btn-outline-secondary  {
	background: #FFFFFF;
}
#itemlist .btn.btn-outline-secondary:hover  {
	background: #1e5a9c;
}
#itemlist .btn.btn-outline-danger:hover  {
	background: #dc3545;
}

/* workprocess */
#workprocess .workprocess-list-container img {
	margin-bottom: 20px;
}