@media screen and (min-width: 767px){   
  .pc { display:inline; }
  .sp { display:none; }
}
@media screen and (max-width: 767px){   
  .pc { display:none; }
  .sp { display:inline; }
}

.ec-role{
	max-width:1300px;
	margin: 0 auto;
}

.ec-inlineBtn--cancel,
.ec-inlineBtn--action{
	width        :150px;
	height       : 40px;
	line-height  : 20px;
	margin-bottom: 10px;
	border-radius: 5px;
	border       : none;
	font-weight  : 400;
}

.ec-inlineBtn--cancel{
	background   : #BBBBBB;
}

.ec-inlineBtn--cancel:hover{
	background   : #C4C4C4;
}

.ec-inlineBtn--action{
	background   : #0B6852;
}

.ec-inlineBtn--action:hover{
	background   : #F25938;
}


