
#point6-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
#point6-title .title-text{
	font-size: 1.5rem;
  border-bottom: 2px solid gray;
  padding: .5rem;
}

#point6-title .balloon{
	color: #ffffff;
	background-color: #346381;
	text-decoration: none;
	padding: 0.3rem 1rem;
	border-radius: 5px;
	left: 50%;
	font-size: 1rem;
	position: relative;
	line-height: 2;
	flex-shrink: 1;
	text-align: center;
	width: max-content;
	transform: translateX(-50%);
  margin-bottom: .5rem;
}
#point6-title .balloon::before{
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #346381;
}
.delivery-condition-heading {
	display: flex;
	color: #2382bc;
	font-weight: bold;
	flex-direction: row;
	align-items: center;
}
.cond-label{

}
.cond-number{
  font-size: 16px;
  border: 2px solid #2382bc;
  border-radius: 4rem;
  padding: .5rem;
  width: 36px;
  text-align: center;
  margin-left: .5rem;
  margin-right: .5rem;
  height: 36px;
  line-height: 1;
}
.cond-text{
  flex-grow: 1;
  font-size: 1.4rem;
}
