@charset "utf-8";


article {
  overflow: hidden;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 2.0rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #333;
}
.sv-manabi-user-assignment {
  width: 100%;
  padding: 60px 0 170px;
  background-color: #f8ecde;
  text-align: center;
}
.page-inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.title-head {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  border-bottom: 1px solid #868686;
}
.title-head .type-accent {
  color: #eb1212;
}
.title-text .type-accent {
  font-weight: bold;
}
ol.guidelist {
  padding-top: 50px;
}
ol.guidelist li {
  position: relative;
  margin-bottom: 120px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #7a7a7a;
}
ol.guidelist li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -110px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 50px solid #555555;
  border-bottom: 0;
}
ol.guidelist li:last-of-type::before {
  border: none;
}
dl.guidelist-box {
  position: relative;
  width: 860px;
  margin: 0 auto;
  padding: 50px 0 0;
}
dl.guidelist-box::before {
  content: "1";
  display: inline-block;
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50px;
  left: -70px;
  padding: 3px;
  border-radius: 100%;
  background-color: #333;
  color: #fff;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
ol.guidelist li:nth-of-type(2) dl.guidelist-box::before {
  content: "2";
}
ol.guidelist li:nth-of-type(3) dl.guidelist-box::before {
  content: "3";
}
ol.guidelist li:nth-of-type(4) dl.guidelist-box::before {
  content: "4";
}
ol.guidelist li:nth-of-type(5) dl.guidelist-box::before {
  content: "5";
}
ol.guidelist li:nth-of-type(6) dl.guidelist-box::before {
  content: "6";
}
ol.guidelist li:nth-of-type(7) dl.guidelist-box::before {
  content: "7";
}
ol.guidelist li:nth-of-type(8) dl.guidelist-box::before {
  content: "8";
}
ol.guidelist li:nth-of-type(9) dl.guidelist-box::before {
  content: "9";
}

dl.guidelist-box dt {
  margin-bottom: 35px;
  text-align: left;
}
dl.guidelist-box dt .type-accent {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
article {
  font-size: 1.5rem;
}
.sv-manabi-user-assignment {
  width: 100%;
  padding: 40px 0 40px;
}
.title-head {
  font-size: 3.2rem;
}
ol.guidelist {
  padding-top: 20px;
}
ol.guidelist li {
  margin-bottom: 75px;
}
ol.guidelist li::before {
  bottom: -65px;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 25px solid #555555;
}
dl.guidelist-box {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
}
dl.guidelist-box::before {
  width: 34px;
  height: 34px;
  top: -15px;
  left: -15px;
  font-size: 2.4rem;
  line-height: 1.2;
}
dl.guidelist-box dt {
  margin-bottom: 25px;
  padding: 0 20px;
}
dl.guidelist-box dd img {
  border-radius: 0 0 20px 20px;
}

}
