@charset "utf-8";


.boxCase {
	border-top: #c8b998 5px solid;
	border-right: #d3d4b4 1px solid;
	border-left: #d3d4b4 1px solid;
	border-bottom: #d3d4b4 1px solid;
	padding: 20px 25px;
	overflow: hidden;
	margin-bottom: 30px;
}

.boxCase:last-child {
	margin-bottom: 120px;
}

.titCase {
	margin-bottom: 30px;
}

.txtCase01 {
	margin-left: 10px;
}

.boxCase figure {
	margin: 30px 0 20px 0;
}

.txtCase02 dt {
	float: left;
	width: 190px;
	margin-bottom: 10px;
	clear: both;
}

.txtCase02 dd {
	float: left;
	width: 500px;
	margin-bottom: 10px;
	color: #4b3304;
	line-height: 2.0;
}

.txtCase02 li {
	float: left;
}

.txtCase02 li + li {
	margin-left: 15px;
}

.btnDetail01 {
	border: #d3d4b4 1px solid;
	width: 200px;
	height: 45px;
	line-height: 45px;
	padding-right: 10px;
	margin-top: 35px;
	margin-bottom:5px;	
	float: left;
	text-align: center;
	background: white;
	position:relative;
}

.btnDetail01:after {
	content: url(../img/common/ico_arrow01.png);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -15px;
} 

.btnDetail01 img {
  display: inline-block;
  vertical-align: middle;
}

a:hover .btnDetail01 {
	background: #f0ece3;
}

.case_hanasaidan{   
    width: 300px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    text-align: center;
    background-color: gainsboro;
    height: 37px;
    padding-top: 15px;
}