/* ------　commonspace ------　*/

#commonspace .c_title h1{
	background: #7F95A7;
  color: #fff;
}

#commonspace .acc{
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#commonspace .acc_txt{
	width: 52%;
}

#commonspace .acc_img{
	width: 47%;
}

#commonspace .hanrei{
	width: 100%;
	margin: 20px 0 0 0;
	float: left;
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#commonspace .hanrei li{
	width: 50%;
	padding: 0 5px 0 0;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
	font-size: 14px;
}
#commonspace .hanrei strong{
	font-weight: bold;
}

#commonspace .hanrei li img{
	width: 25%;
	margin-right: 5px;
	float: left;
}
#commonspace .hanrei li span{
	width: 70%;
	float: right;
}
#commonspace .hanrei li::before{
	font-size: 16px;
}

#commonspace .hanrei li:nth-child(1)::before{
	content: '❶';
	color: #ee8762;
}
#commonspace .hanrei li:nth-child(2)::before{
	content: '❸';
	color: #f49007;
}
#commonspace .hanrei li:nth-child(3)::before{
	content: '❷';
	color: #49839a;
}
#commonspace .hanrei li:nth-child(4)::before{
	content: '❹';
	color: #8ea949;
}

#commonspace .mt{
	margin-top: 9%;
}

#commonspace .mid_h{
	background: #7F95A7;
  color: #fff;
	width: 35%;
}

#commonspace .pic2{
	display: none;
}

.bt_click,.bt_click2{
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	cursor: pointer;
}

.ft14{
	font-size: 14px;
}

/* ------　横幅767px以下　スマホ　------　 */

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

	#commonspace .acc_txt,#commonspace .acc_img{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	#commonspace .hanrei{
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0;
		box-sizing: border-box;
	}

	#commonspace .hanrei li{
		font-size: 10px !important;
	}

	#commonspace .hanrei li::before{
		font-size: 14px;
	}

	#commonspace .hanrei li img{
		margin-bottom: 20px;
	}

	#commonspace .mid_h{
		width: 70%;
	}

	#commonspace .cap_ev{
		color: #000!important;
		margin-top: 20px;
		text-shadow: none;
		margin-bottom: -20px;
	}

	#commonspace .cap_pt{
		padding-top: 40px;
	}

	.bt_click,.bt_click2{
		position: absolute;
		top: 10px;
		right: 10px;
	}



}
