@charset "utf-8";

/*
toiro バランシング DB0 PC用
-------------------------------------------------- */
body {
	min-width: 910px;
	font-size: 1rem;
}
.anchor-btn{
	margin: 20px 0;
	text-align: center;
}
.ds-anchor-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 486px;
  line-height: 1.2727272727;
  padding: 1.3125rem 3.125rem 1.3125rem 1.875rem;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
  color: #565453;
  background-color: #fff;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 1.375rem;
  cursor: pointer;
  appearance: none;
  transition: opacity 0.3s ease;
}

.ds-anchor-link:link,
.ds-anchor-link:visited {
  color: #565453;
}

.ds-anchor-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto 0;
  border-radius: 50%;
  background-color: #acacac;
  transition: background-color 0.3s ease;
}

.ds-anchor-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6875rem;
  width: 0.4375rem;
  height: 0.4375rem;
  margin: auto 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-1.5px) translateX(-1.5px);
}

#db0Cat_01_60_01 .inner{
	line-height: 1.4rem;
}
#db0Cat_01_60_01 .inner .bnr{
	width: 100%;
	margin: 40px 0;
	text-align: center;
}
#db0Cat_01_60_01 .inner .note-dot{
	width: 100%;
	border: 3px dotted #e50000;
}
#db0Cat_01_60_01 .inner .note-dot,#db0Cat_01_60_01 .inner .note{
	margin-bottom: 20px;
}
#db0Cat_01_60_01 .inner .note-dot h2{
	padding: 24px;
	color: #e50000;
}
#db0Cat_01_60_01 .inner .note .allergy{
	display: flex;
}
.icon-red,.red{
	color: #e50000;
}
.icon::before,.icon-red::before{
	content: "＊";
}
.red-line{
	color: #e50000;
	border-bottom: 1px solid #e50000;
}