.diy-cp_container {
	max-width: 920px;
	margin: 0 auto;
	padding: 0;
}
/*title
--------------------------------------*/
.case_title{
	color: #32b8bc;
	text-align: center;
	margin: 0;
	position: relative;
	padding: 20px;
}
.case_title:before{
	content: '';
	display: inline-block;
	position: absolute;
	background:  url(/contents/wp-content/themes/sumaiidaplus/images/diy-cp/case/title.gif) repeat-x;
	height: 8px;
	width: 100%;
	left: 0;
	top: 0;
}
.case_title:after{
	content: '';
	display: inline-block;
	position: absolute;
	background:  url(/contents/wp-content/themes/sumaiidaplus/images/diy-cp/case/title.gif) repeat-x;
	height: 8px;
	width: 100%;
	left: 0;
	bottom: 0;
}
.case_title_icon:before{
	content: '';
    position: absolute;
    top: 12px;
    left: 20%;
    width: 35px;
    height: 40px;
	background: url(/contents/wp-content/themes/sumaiidaplus/images/diy-cp/case/title_icon1.svg);
	background-size: cover;
}
.case_title_icon:after{
	content: '';
    position: absolute;
    top: 12px;
    right: 20%;
    width: 35px;
    height: 40px;
	background:  url(/contents/wp-content/themes/sumaiidaplus/images/diy-cp/case/title_icon2.svg);
	background-size: cover;
}
.case_subtitle{
	color: #fff;
	background-color: #32b8bc;
	margin: 32px 0 24px 0;
	padding: 16px 24px;
}
/*text
--------------------------------------*/
.case_txt{
	margin-top:16px; 
}
/*概要
--------------------------------------*/
.case_info{
	margin: 16px auto 32px;
	max-width: 920px;
}
/*info1_user・ymd*/
.case_info1{
	display: flex;
	color: #686b6f;
	position: relative;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 16px;
}
.case_info1_user {
	display: block;
	padding-left: 20px;
}
.case_info1_user:before{
	content: '';
	display: inline-block;
	position: absolute;
	background:  url(/contents/wp-content/themes/sumaiidaplus/images/diy-cp/case/icon1.svg) no-repeat;
	height: 14px;
	width: 14px;
	left: 0;
	top: 4px;
}
.case_info1_ymd {
	margin-left: auto;
}
/*info2_list・price*/
.case_info2{
	overflow: hidden;
}
.case_info2 > div:first-child {
	 position: relative;
    float:left;
    margin-left:0px;
    text-align: center;
	width: 49%;
}
.case_info2 > div:last-child {
	position: relative;
    float:right;
    margin-right:0px;
    text-align: center;
	width: 49%;
}
.case_info2 dl{
	margin: 0;
	padding: 0;
	text-align: left;
}
.case_info2 dt{
	margin: 0;
	padding: 3px 30px;
	background: #d6f1f2; 
	font-weight: bold;
}
.case_info2 dt.list:before{
	content: '';
	display: inline-block;
	position: absolute;
	background:  url(/contents/wp-content/themes/sumaiidaplus/images/diy-cp/case/icon2.svg) no-repeat;
	height: 18px;
	width: 18px;
	left: 8px;
	top: 4px;
}
.case_info2 dt.price:before{
	content: '';
	display: inline-block;
	position: absolute;
	background:  url(/contents/wp-content/themes/sumaiidaplus/images/diy-cp/case/icon3.svg) no-repeat;
	height: 18px;
	width: 18px;
	left: 8px;
	top: 4px;
}
.case_info2 dd{
	margin: 0;
	padding: 4px 0;
	border-bottom: dotted 2px #a9b8be;
}
.case_info2 dd:last-child{border-bottom: none;}
/*photo・table*/
.case_block2{
	overflow: hidden;
}
.case_block2 > div:first-child {
	 position: relative;
    float:left;
    margin-left:0px;

	width: 49%;
}
.case_block2 > div:first-child img{
	width: 100%;
    height: 100%;
    object-fit: contain;
}
.case_block2 > div:last-child {
	position: relative;
    float:right;
    margin-right:0px;
	width: 49%;
}
.case_block2 > div:last-child img{
	width: 100%;
    height: 100%;
    object-fit: contain;
}
.case_foot{
  width: 100%;
		background: #d6f1f2; 
	  overflow: hidden;
	padding: 0 20px;
	margin: 45px 0;
}
.case_foot-list{
  	margin: 32px auto ;
	max-width: 920px;
}
.case_foot-item{
	width: 45%;
	margin-bottom: 24px;
	list-style: none;
	border: 2px solid #32b8bc;
	border-radius: 4px;
	padding: 16px;
	background: #FFF;
	position: relative;
}
.case_foot-item a{
	  display: block;
	  text-decoration: none;

}
.case_foot-item:first-child{
	background: #32b8bc;
}
.case_foot-item:first-child a{
  color: #fff;
font-weight:bold;
}
.case_foot-item:last-child a{
  color: #333;
}
.case_foot-item:hover{opacity: 0.8;}
.case_foot-item:nth-child(1n){
  float: left;
}
.case_foot-list li:first-child:after{
  display: block;
  content: "";
  position: absolute;
  right: 20px;
  width: 6px;
  height: 6px;
  margin: -2.5% 0 0 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
	}
.case_foot-item:nth-child(2n){
  float: right;
}
.case_foot-list li:last-child:after{
  display: block;
  content: "";
  position: absolute;
  right: 20px;
  width: 6px;
  height: 6px;
  margin: -2.5% 0 0 0;
  border-top: solid 2px #32b8bc;
  border-right: solid 2px #32b8bc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
	.SP,.sp_none{
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.PC,.pc_none{
		display: none !important;
	}
	.mt_3{margin-top: 3vw;}
	/*title
	--------------------------------------*/
	.case_title{
		padding: 5vw 5vw 6vw;
	}
	.case_title:before{
		height: 4vw;
	}
	.case_title:after{
		height: 4vw;
	}
	.case_title_icon:before{
		top: 28%;
		left: 5%;
		width: 10vw;
		height: 10vw;
	}
	.case_title_icon:after{
		top: 28%;
		right: 5%;
		width: 10vw;
		height: 10vw;
	}
	.case_subtitle{
		margin: 10vw 0 5vw 0;
		padding: 4vw;
	}
	/*text
	--------------------------------------*/
	.case_txt{
		margin-top:3vw; 
	}
	/*概要
	--------------------------------------*/
	.case_info{
		margin: 2vw auto 4vw;
		width: 90.625vw;
	}
	/*info1_user・ymd*/
	.case_info1{
		margin-bottom: 3vw;
	}
	.case_info1_user {
		padding-left: 4vw;
	}
	.case_info1_user:before{
		height: 4vw;
		width: 4vw;
		top: 0;
		}
	/*info2_list・price*/
	.case_info2{
		margin-top: 24vw;
	}
	.case_info2 dt{
		padding: 1vw 9vw;
	}
	.case_info2 dt.list:before{
		height:5.5vw;
		width: 5.5vw;
		left: 2vw;
		top: 1vw;
	}
	.case_info2 dt.price:before{
		height:5.5vw;
		width: 5.5vw;
		left: 2vw;
		top: 1vw;
	}
	.case_info2 dd{
		margin: 0;
		padding: 1vw 0;
		border-bottom: dotted 2px #a9b8be;
	}
	.case_info_summary{
		margin-top: -58vw;
		margin-bottom: 55vw;
		}
	/*photo・table*/
	.case_block2 > div:first-child {
		width: 90.625vw;
	}
	.case_block2 > div:last-child {
		width: 90.625vw;
	}
	
	.case_foot{
		box-sizing: border-box;
		padding: 8vw 4vw;
	}
	.case_foot-list {
		margin: 0 auto;
	}
	.case_foot-list li:first-child:after{
		  margin: -7% 0 0 0;
	}
	.case_foot-list li:last-child:after{
		  margin: -7% 0 0 0;
		}
	.case_foot-item{
		width: 37%;
		margin-bottom: 0;
	}
	
	.tyosei{margin-top:4vw;}
 }
