@charset "utf-8";

#contents .cont .box{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
	line-height: 0;
	margin: 0 auto 20px;
}
#contents .cont .box .in{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	margin: 0 40px 0;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contents .cont .box .in::after{
	content: '≠';
	position: absolute;
	top: 60px;
	right: -60px;
	font-size: 4rem;
	line-height: 100%;
	color: #303030;
}
#contents .cont .box .in:last-child::after{
	content: none;
}
#contents .cont .box .in h4{
	font-size: 1.6rem;
	color: #3a7775;
	margin: 0 auto 10px;
	text-align: left;
}
#contents .cont .box .in p{
	margin: 0 auto 5px;
	text-align: left;
}
#contents .cont .box .in ul{
	display: block;
	line-height: 0;
}
#contents .cont .box .in ul>li{
	display: block;
	font-size: 1.4rem;
	line-height: 200%;
	padding: 0 0 0 1em;
	position: relative;
	text-align: left;
}
#contents .cont .box .in ul>li::before{
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (min-width:768px){
	#contents .cont .box .in{min-height: 170px;}
}

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

	#contents .cont .box .in{
		display: block;
		margin: 0 auto 60px;
	}
	#contents .cont .box .in::after{
		top: initial;
		bottom: -50px;
		right: 47%;
	}
	#contents .cont .box .in:last-child{
		margin-bottom: 0;
	}
	#contents .cont .cols>p.img img.img04_2 {
		width: 64%;
		display: block;
		margin: 0 auto;
	}
}