@charset "utf-8";
/*====================================
	for case.html
	Date of 2014.12.22
====================================*/
.caseListWrap{
	display: flex;
	flex-wrap:wrap;
  justify-content:space-between;
}
.caseListItem{
	margin-bottom:20px;
	width:49%;
	flex-basis:calc((100% - 20px) / 2);
  max-width:calc((100% - 20px) / 2);
	display:flex;
}
.caseListItem a{
	text-decoration: none;
	padding: 15px;
	background: #fff5f5;
	display: block;
	transition: all .3s;
	flex-grow: 1;
	border-radius: 5px;
}
.caseListItem a:hover{
	background:#ffd7d7;
}
.caseList dt{
	font-size:80%;
	width: 80px;
	text-align: center;
	padding: 2px;
	line-height:1.5em;
	margin-bottom:7px;
	color:#ffffff;
	background:#FF9154;
	border-radius: 10px;
}
.fa-chevron-right{
	display:inline-block;
	margin-left:5px;
}
.caseList dd{
	font-size:90%;
	line-height:1.5em;
	margin:0 0 0 5px;
	color: #444;
}
.caseList dd span{
	display:block;
	color:#FF1464;
}
.caseIndexTitle{
	font-size:110%;
	line-height:1.5em;
	padding:12px 5px;
	margin:0 0 10px;
	border-bottom:3px dotted #B0B0B0;
}
.caseIndexTitle span{
	font-size:80%;
	line-height:1.5em;
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
	padding:1px 10px;
	margin-right:10px;
	background:#FF9154;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.caseChildTitle{
	font-size:80%;
	line-height:1.5em;
	margin-bottom:30px;
}
.caseBox{
	margin-bottom:40px;
	display: flex;
	flex-wrap:wrap;
  justify-content:space-between;
}
.caseImg{
	width:80px;
}
.caseInfo{
	width:850px;
}
.caseBefore{
	margin-bottom:30px;
}
.caseBefore dt{
	display:block;
	width:150px;
	height:20px;
	background:url(../images/case_img.png) left top no-repeat;
	text-indent:-9999px;
	line-height:0;
	margin-bottom:10px;
}
.caseBefore dd{
	font-size:90%;
	line-height:1.5em;
	background:#FFF2E3;
	padding:20px 25px 20px 25px;
}
.caseBefore li{
	list-style-type:disc;
	list-style-position: inside;
}
.caseNote li{
	list-style-type:disc;
	list-style-position: inside;
	text-indent: -1.2em;
	padding-left: 1.2em;
}

.caseAfter dt{
	font-size:90%;
	line-height:1.5em;
	font-weight: 700;
}
.caseAfter dt:before{
	content: "\f04d";
	font-family: FontAwesome;
	color:#EE90AF;
	margin-right:10px;
}
.caseAfter dd{
	font-size:90%;
	line-height:1.5em;
	margin:0 0 20px 0;
}
