.bt-red{
  color: #e6002d;
  border: 2px solid #e6002d!important;
  box-shadow: none!important;
}
.bt-red:hover{
  opacity: 0.7;
}
.allergy-col-2{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}

@media only screen and (min-width: 768px) {
  .allergy-col-2 > *{
		width: calc((100% - 36px) / 2);
		margin-right: 36px;
	}
	.allergy-col-2 > *:nth-of-type(2n+2){
		margin-right: 0;
	}
	.allergy-col-2 > *:nth-of-type(n+3){
		margin-top: 2em;
	}
  .allergy-block .box-bd-red .bt-style{
		width: 100%;
		max-width: 674px;
	}
}

@media only screen and (max-width:767.98px) {
  .mod_s_mt0-sp{
    margin-top: 0!important;
  }
}