@charset "UTF-8";

.widget_form form dl:nth-of-type(10) dd {
  display: grid;
  grid-template-columns: repeat(3, 75px);
  padding-left: 110px;
  position: relative;
}

.widget_form form dl:nth-of-type(10) dd::before {
  content: "【2対1授業】";
  top: 0px;
}

.widget_form form dl:nth-of-type(10) dd::after {
  content: "【映像授業】";
  bottom: 0;
}

.widget_form form dl:nth-of-type(10) dd::before,
.widget_form form dl:nth-of-type(10) dd::after {
  position: absolute;
  left: 0;
}
