@charset "UTF-8";
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */

#cont__Wrap .detBox:first-child {
	margin-top: 30px;
}
#cont__Wrap .detBox {
	margin-bottom: 40px;
	font-size: 14px !important;
}
#cont__Wrap .detBox h3 {
	color: #009944;
	font-size: 18px !important;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: #96d5b2 solid 6px;
	line-height: 1.3em;
}
#cont__Wrap .detBox img {
	width: 100%;
}
#cont__Wrap .detBox li img {
	border: #ccc solid 1px;
	margin-bottom: 5px;
}

#cont__Wrap .detBox p {
	margin-bottom: 20px;
}
#cont__Wrap .detBox strong{
	color: #f00;
}
@media screen and (min-width: 751px) {/*PC*/
	#cont__Wrap .detBox:first-child {
		margin-top: 60px;
	}
	#cont__Wrap .detBox {
		margin-bottom: 60px;
		font-size: 14px !important;
	}
	#cont__Wrap .detBox h3 {
		line-height: 2em;
	}
	#cont__Wrap .detBox li img {
		border: #ccc solid 1px;
		margin-bottom: 0;
	}
	#cont__Wrap .detBox a:hover img {
		opacity: 0.8;
	}
	#cont__Wrap .detBox ul {
		display: -webkit-flex;
		display: flex;
	}
	#cont__Wrap .detBox li {
		width: 32%;
		margin-right: 2%;
	}
	#cont__Wrap .detBox li:last-child {
		margin-right: 0;
	}
}
/*ぜひコピペしてお問い合わせください*/
.copy-wrap{
	background-color: #fdfee5;
	border: solid 1px #ccc;
	padding: 20px;
	width: 100%;
	margin: 0 0 20px 0;
}
.copy-wrap li{
	width: 100% !important;
	margin: 0 0 3px 2% !important;
	font-size: 1.14em;
	list-style: inside;
}
.copy-wrap li span{
	font-weight: bold;
}
/*サンプルデザイン*/
.sample-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sample-wrap li{
	width: 100% !important;
	border: solid 1px #ccc;
	margin: 0 0 20px 0 !important;
	display: flex;
	flex-direction: column;
	padding: 42px 16px 13px 16px;
	position: relative;
}
.sample-wrap .number{
	text-align: center;
	color: #fff;
	background-color: #009944;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.sample-wrap .img-box{
	flex-grow: 1;
	text-align: center;
	display: flex;
	justify-content: center;
  align-items: center;
	padding:0 0 10px 0
}
.sample-wrap .img-box img{
	width: auto !important;
	max-height: 160px;
	border: none !important;
}
.sample-wrap .text-box p{
	font-weight: bold;
	margin-bottom: 3px !important;
}
.sample-wrap .text-box p:first-of-type::before{
	content: "凸";
	background-color: #009ae1;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	border-radius: 50%;
	margin-right: 7px;
}
.sample-wrap .text-box p:last-of-type::before{
	content: "凹";
	background-color: #d20289;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	border-radius: 50%;
	margin-right: 7px;
}
.sample-wrap::before{
  content:"";
  display: block;
  width:32%;
  order:1;
}
.sample-wrap::after{
  content:"";
  display: block;
  width:49.5%;
}
@media screen and (min-width: 751px) {/*PC*/
	.sample-wrap li{
		width: 24%!important;
	}
}
