/* start PC css settings
-------------------------------------------------------------------------------------------------------------------- */

.flowItem:after{
	height: 13px;
}

#exBoxWrap{
	overflow: hidden;
}

#exBoxWrap .h3_ti02{
	position: relative;
	z-index: 0;
}

.exBox{
	width: 330px;
	margin-right: 20px;
	float: left;
}

.exBox:last-child{
	margin-right: 0;
}

.exBox .taC{
	position: relative;
	overflow: visible;
}

.exBox .taC:before{
	width: 85px;
	height: 86px;
	content: '';
	background: url(../../common/img/bg_h4_num01.png)no-repeat center top;
	position: absolute;
	top: -10px;
	left: -1px;
	z-index: 10;
}

.exBox:last-child .taC:before{
	background: url(../../common/img/bg_h4_num02.png)no-repeat center top;
	top: -10px;
	left: -6px;
}

.exBox .text01{
	margin-top: 20px;
}

@media screen and (min-width: 480px) {


}