li.case_item {
	border: 6px solid #e6e7e7;
	padding: 10px 0;
	margin-bottom: 10px;
}

ul.list_on_ul{
	list-style-type:disc;
	margin-left: 2em;
}
.cinfo_hed{
	margin: 5px 0 0;
	padding: 5px 20px;
	background: #e6e7e7;
	font-weight: bold;
	margin-bottom: 10px;
}
.cinfo_dat{
	margin-bottom: 10px;
}

.case_ttl{
	padding: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.case_area{
	margin-top: 10px;
}

.case_box{
	padding: 10px 0;
}

.case_area .gutters .col{
	margin-left: 0%;
}

.case_area .gutters .span_6:first-of-type{
	width: 96%;
}
.case_area .gutters .span_6:last-of-type{
	margin-top: 10px;
	width: 96%;
}

.cinfo_ttl{
	padding: 5px 0;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.open_btn {
	width: 240px;
	margin: 20px auto 0;
	padding: 10px 0 10px 30px;
	display: block;
	border: solid #3E3A39 2px;
	text-align: center;
	transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.5s ease-out;
	cursor: pointer;
}
.open_btn:hover {
	background: #00a8d9;
	border: solid #00a8d9 2px;
	color: #fff;
}
.open_btn i {
	float:right;
	padding: 5px 25px 0 0px;
	font-size:14px;
}
.open_arrow {
	perspective: 500;
}
.open_arrow i {
	padding: 0 25px 5px 0;
	-ms-transform:rotateX(180deg);
    -webkit-transform:rotateX(180deg);
    -moz-transform:rotateX(180deg);
    transform:rotateX(180deg);
}
.cinfo_more{
	margin: 30px auto;
}

.cinfobox_wrap_g1{
	display: none;
}
.cinfobox_wrap_g2{
	display: none;
}
.cinfobox_wrap_g3{
	display: none;
}

.row.gutters.flex_c {
	display: flex;
	flex-flow:column;
	align-items:center;
}

@media only screen and (min-width: 1330px) {
}
@media only screen and (min-width: 768px) {
	.case_area .gutters .col{
		margin-left: 2%;
	}
	.case_box{
		padding: 10px;
	}
	.case_area .gutters .span_6:first-of-type{
		width: 46%;
	}
	.case_area .gutters .span_6:last-of-type{
		margin-top: 0;
		width: 50%;
	}
	.row.gutters.flex_c {
		display: flex;
		flex-flow: row;
		align-items:flex-start;
	}

}
@media only screen and (min-width: 640px) {
}
@media only screen and (min-width: 480px) {
}
