@charset "UTF-8";

.ifree-fcolor-green {color: #428424;}

.ifree-fang ,
.ifree-fang-sp-block {
display: flex;
}
.ifree-fang-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
width: 176px;
padding: 20px;
background-color: #fafafa;
}
.ifree-bgcolor-green {background: #428424;}
.ifree-fang-plus ,
.ifree-fang-equal {
display: inline-block;
position: relative;
text-indent: -5000%;
overflow: hidden;
vertical-align: middle;
width: 25px;
}
.ifree-fang-plus::before,
.ifree-fang-plus::after ,
.ifree-fang-equal::before,
.ifree-fang-equal::after {
display: inline-block;
content: "";
position: absolute;
top: calc(50% - 8px);
left: 5px;
width: 16px;
height: 16px;
border-right: 2px solid #333;
transform: rotate(90deg);
}
.ifree-fang-plus::before {transform: rotate(0deg); left: -2px;}
.ifree-fang-plus::after {top: calc(50% - 15px);}
.ifree-fang-equal::before {top: calc(50% - 18px);}
.ifree-fang-equal::after {top: calc(50% - 12px);}


@media screen and (max-width: 767px) {
	.ifree-fang {display: block;}
	.ifree-fang > p {margin-left: 25px; width: auto;}
	.ifree-fang-sp-block {margin-top: 15px;}
	.ifree-fang-item {flex :1;}

}