@charset "UTF-8";

.box02{
background: #FCE1EA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
text-align: center;
padding: 25px 40px;
margin: 30px 30px 0;
}

.box02 dt{
font-size: 167%;
line-height: 1.4;
font-weight: 600 !important;
}

.box02 dd{
margin-top: 15px;
font-size: 123.1%;
line-height: 1.4;
}


.box02 ul{
background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
padding: 20px 10px;
margin: 20px 0 0;
}

.box02 ul li{
width: 30%;
float: left;
margin-right: 5%;
padding: 0 5px;
box-sizing: border-box;
}

.box02 ul li:last-of-type{margin-right: 0;}


.box02 ul li img{
width: 70%;
display: block;
margin: 0 auto 10px;
}

.box02 ul dt{
font-size: 90%;
padding: 0;
color: #e54783;
}

.box02 ul dd{
margin-top: 15px;
font-size: 75%;
line-height: 1.4;
text-align: left;
}


.typeB{
 background-color: #f5f5f5;
 padding: 14px 20px;
 font-size: 128.57%;
}

.iconh4{
position: relative;
}

.iconList{
position: absolute;
right: 0;
bottom: -3px;
}

.iconList img{
height: 3.1em;
width: 3.1em;
}