/* CSS Document */
.promise{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .promise{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .promise{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .promise{
	padding: var(--headerHeight) calc((100vw - 850px) / 2);
}
.promise .t_p_top_text{
	line-height: 1.8rem;
}
.t_p_block{
	margin-top: 1.25rem;
}
.t_p_block:first-of-type{
	margin-top: 1.5rem;
}
.t_p_block > dt{
	display: flex;
  align-items: center;
  border-bottom: 1px solid var(--defColor);
  font-weight: 700;
  font-size: 1.2rem;
}
.t_p_block > dt .num{
	flex: none;
  background-color: var(--defColor);
  color: #fff;
  font-weight: 700;
  width: 35px;
  height: 35px;
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t_p_block > dd{
	padding: 0.75rem 0.75rem 0 35px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
body[wc-view-code="sp"] .t_p_block > dd{
	padding-left: 0.75rem;
}
.t_p_block > dd .t_p_list{
	padding-left: 1rem;
	list-style-position: outside;
	display: flex;
	flex-direction: column;
	gap:0.25rem;
}
.t_p_block > dd .tp_contact{
}
.t_p_block > dd .tp_contact > dt{
}
.t_p_block > dd .tp_contact > dt span{
	font-weight: 700;
}
.t_p_block > dd .tp_contact > dd{
	padding-top: 0.5rem;
}
.t_p_block > dd .tp_contact > dd .tp_tel{
	display: flex;
	width: fit-contnt;
	font-family: "Number";
	font-weight: 700;
	color: var(--defColor);
	font-size: 1.5rem;
	text-decoration: none;
	align-items: center;
}
body:not([wc-view-code="sp"]) .t_p_block > dd .tp_contact > dd .tp_tel{
	pointer-events: none;
}
.t_p_block > dd .tp_contact > dd .tp_tel::before{
	content: "";
	width: 1.75rem;
	height: 1.75rem;
	background-color: var(--defColor);
	-webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}