@charset "utf-8";
.hide-area{
  display: none;
}
.mo-w h3 {
	background: #FF7BAC;
	color: #FFF;
	position: relative;
	width: 146px;
	height: 146px;
	margin-right: 20px;
}
.mo-w-b h3 {
	background: #7AC943;
	color: #FFF;
	position: relative;
	width: 146px;
	height: 146px;
	margin-right: 20px;
}
.mo-w h3 span,
.mo-w-b h3 span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 1em;
	line-height: 150%;
	width: 80%;
}
.mo-w h2,
.mo-w-b h2{
	font-size: 1.14em;
	position: relative;
	width: 60%;
}
.mo-w h2 span,
.mo-w-b h2 span{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	width: 100%;
}
.mo-w p,
.mo-w-b p{
	padding: 20px 0;
	font-size: 1em;
	line-height: 150%;
}
.mo-w ul,
.mo-w-b ul{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.mo-w ul li {
	width: 170px;
	border-radius: 20px;
	background: #FF7BAC;
	text-align: center;
	font-size: 0.94em;
	color: #FFF;
	position: relative;
}
.mo-w-b ul li {
	width: 170px;
	border-radius: 20px;
	background: #7AC943;
	text-align: center;
	font-size: 0.94em;
	color: #FFF;
	position: relative;
}
.mo-w ul li a,
.mo-w-b ul li a{
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #FFF;
}
.mo-w ul li a:hover,
.mo-w-b ul li a:hover{
	border-radius: 20px;
	background: #BDCCD4;
}
.mo-w ul li i,
.mo-w-b ul li i{
	position: absolute;
	right: 10px;
}
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

