@charset "UTF-8";
/*==========================
// font
============================*/
.oswald-700 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.text-brown {
  color: #5d2a1f;
}

.border-pink {
  border: #c90071 thin solid;
}

.border-brown {
  border: #5d2a1f thin solid;
}

.border-bottom-brown {
  border-bottom: #5d2a1f thin solid;
}

.bg-pink {
  background: #c90071;
}

.bg-brown {
  background: #5d2a1f;
}

.bg-beige {
  background: #f6eada;
}

/*==========================
// font
============================*/
/* #used_setplan h4 {
	color: #fff;
	background-color: #c90071;
	padding-top: 36px;
	padding-bottom: 30px;
} */
.plan dt:not(.subtitle) {
  color: #fff;
  background-color: #000;
  /**/
  display: flex;
  align-items: center;
}

.plan.plan-50 dt:not(.subtitle) {
  background-color: #738fc9;
}

.plan.plan-60 dt:not(.subtitle) {
  background-color: #984c99;
}

.plan.plan-70 dt:not(.subtitle) {
  background-color: #c90071;
}

.plan.plan-50 .indent {
  color: #738fc9;
}

.plan.plan-60 .indent {
  color: #984c99;
}

.plan.plan-70 .indent {
  color: #c90071;
}

.br1280 {
  display: none;
}

#used_setplan figure {
  position: relative;
}

#used_setplan figure .icon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -15px;
  left: -20px;
  z-index: 1;
}

@media screen and (min-width: 1000px) and (max-width: 1280px) {
  .br1280 {
    display: block;
  }
}
/*=====================
	// 202511 追記分
=======================*//*# sourceMappingURL=piano.css.map */