@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
}
		
:root {
    font-size: 62.5%;
	--global-padding: 8px;
    --main-color: #409003;
    --sub-color: #cccccc;
    --global-vw-min: 0.625vw;
    --global-line-height: 1.8;	
}
		
html {
	--font-smallest: 1.1rem;
    --font-smaller: 1.3rem;
    --font-small: 1.6rem;
    --font-medium: 1.9rem;
    --font-large: 2.3rem;
    --font-larger: 3.1rem;
    --font-largest: 3.7rem;
}	

body {
	line-height: 1.8 !important;
    text-align: center;
    /*font-size: 16pt !important;*/
    color: #222 !important;
    font-family: Arial, Helvetica, sans-serif !important;
	margin:0; 
		}
		
ul,
ul li {
	list-style: none;
	margin: 0;
}
		
a {
	text-decoration: none;
	color: #222;
}
		
a:hover,
a:visitd,
a:active {
	color: inherit;
}
		
dl, p, p>span, p>strong, table, ul {
    font-size: var(--font-medium) !important;
}
		
#banner {
	width: 1000px;
	margin: auto;	
}

#banner h1 {
	background: #333;
	color: #fff;
	padding: 1rem;
	margin: 4.5rem 0 2.5rem;
}
		
#banner ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	margin: 0;
	padding: 0;
		
}		
		
#banner ul li {
    text-align: center;
    font-size: 18px;
    background: #fff;
	width: calc(50% - 12px);
	height: calc(50% - 12px);
	margin-right: 24px;
	margin-top: 24px;
	align-items: stretch;
}
		
#banner ul li:nth-child(even) {
	margin-right: 0;
}

#banner ul li:nth-child(1),
#banner ul li:nth-child(2) {
	margin-top: 0;
}

.lcb-item-card-square-wrapper {
    width: 100%;
    height: 100%;
}		
		
.lcb-item-card-square {
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    border-radius: 4px;
}
		
.lcb-item-card-square figure {
    width: 100%;
    height: 100%;
	margin: 0;
	padding:0; 
}		
		
.lcb-item-card-square figure figcaption dl dt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*min-height: 2.8em;*/
	min-height: 0 !important; 
    height: 100%;
    flex: 1;	
    font-weight: 600;
    text-align: left;
    display: flex !important;
    align-items: center;
}		
		
.lcb-item-card-square figure {
    width: 100%;
    height: 100%;
}
		


		
.lcb-item-card-square figure figcaption dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: 54px;
    padding: 4px 6px;
    border: 1px solid #e6e6e6;
}	
		
		
.lcb-item-card-square figure figcaption dl dt div.name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: var(--font-small) !important;
    line-height: 1.2;
}
		
.lcb-item-card-square figure figcaption dl dt,
.lcb-item-card-square figure figcaption dl dt *,
.lkt24-item-list01 li .lkt24-list-desc .lkt24-item-name01 a {
    line-height: 1.4 !important;
}
		
.lcb-item-card-square figure figcaption dl dd.price-box {
    padding-left: 8px;
    color: #fd0001;
    font-weight: 600;
    white-space: nowrap;
    text-align: right;
    font-size: 3.1rem !important;
    line-height: 1 !important;
    margin: 0 !important;
    flex-shrink: 0; 
	
}

.lcb-item-card-square figure figcaption dl dt div.icons {
    display: flex;
    margin-right: 4px;
}		

.lcb-item-card-square figure figcaption dl dt div.icons span {
    --ico-width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--ico-width);
    height: var(--ico-width);
    border-radius: calc(var(--ico-width) / 2);
    margin-right: 4px;
    color: #fff;
    line-height: 1 !important;
    text-align: center;
    text-shadow: 0px 0px 2px #000000a6;
  	background-color:#ef1b27;
	font-size: var(--font-smaller) !important;
}
.lcb-item-card-square figure figcaption dl dt,
.lcb-item-card-square figure figcaption dl dt *,
.lkt24-item-list01 li .lkt24-list-desc
.lkt24-item-name01 a {
    line-height: 1.4 !important;
}
		
.lcb-item-card-square figure {
    width: 100%;
    height: 100%;
}		
		
.lcb-item-card-square figure .img {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 61.5%;
}		
		
.lcb-item-card-square figure .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
		
.lcb-item-card-square figure figcaption dl dd.price-box.unit::after {
    content: "\5186\301c";
    color: #222;
}
.lcb-item-card-square figure figcaption dl dd.price-box.unitn::after {
    content: "\5186";
    color: #222;	
}
.lcb-item-card-square figure figcaption dl dd.price-box::after {
    font-size: 50%;
}	

@media (max-width: 760px) {

#banner {
	width: 100%;
	margin: auto;	
}
	
#banner ul li {
    width: calc(50% - 6px);
    height: calc(50% - 6px);
    margin-right: 12px;	
	margin-top:12px;
	}


.lcb-item-card-square figure figcaption dl dd.price-box {
    font-size: 2.0rem !important;
	}
.lcb-item-card-square figure figcaption dl dt div.icons span {
    --ico-width: 32px;
	font-size: 1.0rem !important;	
	}
	
.lcb-item-card-square figure figcaption dl dt div.name {
    font-size: var(--font-smaller) !important;
			display: none;
	}
}
	
@media (max-width: 480px) {
    #banner ul li {
        width: 100%;
        height: calc(50% - 6px);
        margin-right: 0;
        margin-top: 12px;
    }

	#banner ul li:nth-child(2) {
		margin-top: 12px;
	}
	
.lcb-item-card-square figure figcaption dl dt div.name {
    font-size: var(--font-smaller) !important;
			display: block;
	}	
	
}	