@charset "utf-8";

/* 表示モード切替
------------------------------------------------------------ */

#case .mainTi_con_wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#case .mainTi_con_wrap .sampleBox2 {
	width: 75%;
	height: 180px;
	box-sizing: border-box;
	padding: 0;
}
#case .sampleComTi {
	font-size: 2em;
	line-height: 2em;
	margin: 10px 0 0 10px;
}
#case .sampleComTi img {margin-right: 20px;}
#case .sampleBox_inner {
padding: 5px;
margin: 10px;
}
#case .sample_img {
	width: 25%;
	box-sizing: border-box;
}
#case .sample_img img {
	width: 100%;
}
#case .section .ate {
	background: #98cf36;
}
#case .section .box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#case .section .box.reverse {
	flex-flow: row-reverse;
}
#case .section .box .text_area {
	width: 60%;
}
#case .section .box .img_area {
	width: 40%;
	margin-left: 20px;
}
#case .section .box.reverse .img_area { margin-right: 20px;margin-left:0;}
#case .section .box .img_area img {
	width: 100%;
}

@media screen and (max-width: 480px) {

#case .mainTi_con_wrap {
	display: block;
}
#case .mainTi_con_wrap .sampleBox2 {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
#case .sampleComTi {
	text-align: center;
	font-size: 1.5em;
}
#case .sampleComTi img {margin: 10px auto;}

#case .sample_img {
	width: 100%;
	margin-bottom: 30px;
}
#case .section .box {
	display: block;
}
#case .section .box .text_area {
	width: 100%;
	margin-bottom: 20px;
}
#case .section .box .img_area {
	width: 100%;
	margin: 0 0 30px 0;
}

}
