dl {
  margin: 0;
}
dl dd {
  margin: 0;
}

.pink1 {
  background-color: #fce4ec;
}

.pink2 {
  background-color: #f8bbd0;
}

.headline-h3-h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: .5rem 0 .4rem 0;
}

dt .jisseki {
  display: inline-block;
  width: 25%;
  clear: left;
  float: left;
  padding-left: 3px;
}

dd .jisseki {
  display: inline-block;
  width: 75%;
  padding-right: 3px;
}

.sub-title {
  position: relative;
  font-weight: 400;
  text-align: left;
}
.sub-title:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #8d6e63;
}
.sub-title span {
  position: relative;
  display: inline-block;
  padding-right: 0.5rem;
}

.sub-title-color {
  color: #8d6e63;
  background-color: #ffffff;
}

dt .koko4 {
  height: calc(21px * 4);
}
dt .koko2 {
  height: calc(21px * 2);
}
dt .koko1 {
  height: calc(21px * 1);
}

@media only screen and (min-width: 1201px) {
  dt .koko4 {
    height: calc(22px * 4);
  }
}
@media only screen and (min-width: 1201px) {
  dt .koko2 {
    height: calc(22px * 2);
  }
}
@media only screen and (min-width: 1201px) {
  dt .koko1 {
    height: calc(22px * 1);
  }
}
.card p.red-text {
  color: #F44336 !important;
}

.main_p-big {
  font-size: 1.2rem;
}

.main_p-margin-bottom {
  margin-bottom: .4rem !important;
}

.main_ul-indent {
  margin-left: 2rem;
}

.main_ul-margin-bottom {
  margin-top: .4rem;
  margin-bottom: .4rem;
}

.main_li-list-style {
  list-style: disc !important;
}

.q_and_a-overflow {
  overflow: hidden;
}

.question-left-block, .anser-left-block {
  width: 40px;
  float: left;
}

.question-left {
  color: #5c6bc0;
  font-weight: 900;
  line-height: 110%;
}

.anser-left {
  color: #f06292;
  font-weight: 900;
  line-height: 110%;
}

.question-right-block, .anser-right-block {
  width: calc(100% - 40px);
  float: right;
  margin: 0;
}

.q_and_a-margin {
  margin: 0;
}

.q_and_a-margin-bottom {
  margin-bottom: .4rem;
}

h3.success {
  position: relative;
}
h3.success:after {
  content: "";
  display: block;
  position: absolute;
  top: -150%;
  right: 0;
  width: 30%;
  padding-top: 30%;
  background-image: url("../img/success.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

/*# sourceMappingURL=gakunen.css.map */