.cont3-news .blog_list .blog_date{
	display: block !important;
	margin-right: 10px;
	font-size: 16px;
	color: #D64800;
}
.list-box ul li:nth-child(odd) {
    background-color: #f6eeed !important;
}
.cont3-news .blog_list .blog_text{
	display: flex !important;
	-ms-align-items: center !important;
	align-items: center !important;
	justify-content: flex-start !important;
}
.cont3-news .blog_list .blog_text h3{
	width: 80%;
}
.cont3-news .blog_list .blog_text h3 a{
	width: 100%;
	display: block !important;
}
.cont3-column .blog_list>div {
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	overflow: inherit !important;
}
.cont3-column .blog_list>div .slick-slide{
	-webkit-box-shadow: 1px 8px 23px -15px rgb(0 0 0 / 30%);
	box-shadow: 1px 8px 23px -15px rgb(0 0 0 / 30%);
}

.cont3-btn02 a{
    width: 300px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #191010;
    margin: 50px auto 0;
    text-align: center;
    color: #fff!important;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #58292c!important;
	background: #58292c!important;
	display: block;
}
.cont3-btn02 a:hover{
	  background: #fff!important;
	  border: 1px solid #58292c;
	  color:  #58292c!important;
}
.cont3-btn02 a .btn:before{
	 color: #fff!important;
}
.cont3-btn02 a:hover .btn:before {
	 color: #58292c!important;
}


@media screen and (max-width: 640px){
	.cont3-news .blog_list .blog_text{
		flex-direction: column !important;
		align-items: flex-start !important;
	}
}

.mokuji{
	border:1px solid #ccc;
	padding: 20px;
	margin-bottom: 20px;
}

.mokuji ul{
	display: flex;
	flex-direction: column;
}

section div#contents article .mokuji ul li{
	margin-bottom: 5px;
}

section div#contents article .mokuji ul li:last-child{
	margin-bottom: 0;
}


section div#contents article .mokuji ul li a{
	background-color: transparent;
	color: #d64800;
	margin: 0;
	padding: 0;
}


section.blog a{
	color: #58292c;
}
section.blog a:hover,section.blog a:active,section.blog a:visited{
	color: #d64800;
}

a.itext {
width: auto !important;
height: auto !important;
}

.product-btn2 {
    display: block;
    width: 40%;
    background-color: #58292c;
    height: 50px;
    line-height: 50px;
    color: #fff!important;
    margin: 25px auto 0;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
}

