@charset "UTF-8";
#contents .shokugakuPrContainer .contentsTitle {
  color: #333333;
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  padding-left: 18px;
  line-height: 1.5;
  margin: 20px 0px 0px 20px;
}
#contents .shokugakuPrContainer .contentsTitle:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 80px;
  background-color: #009DFF;
}
#contents .shokugakuPrContainer {
  margin: 0px 0px 0px 0px;
}
#contents .shokugakuPrContainer .shokugakuPrContainer-title {
  padding: 0 20px;
}
#contents .shokugakuPrContainer .shokugakuDaigakuList {
  margin: 40px 0 0;
  padding: 0 20px;
}
#contents .shokugakuPrContainer .shokugakuDaigakuList.-wide {
  margin: 20px 0 20px 0;
}
#contents .shokugakuPrContainer .shokugakuDaigakuList li {
  width: 100%;
  border-top: 1px solid #D6DBE2;
}
#contents .shokugakuPrContainer .shokugakuDaigakuList li:last-child {
  border-bottom: #D6DBE2 1px solid;
}
#contents .shokugakuPrContainer .shokugakuDaigakuList li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0px 20px 0;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#contents .shokugakuPrContainer .shokugakuDaigakuList li a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/icon/ico-arrow-blue.svg) center no-repeat;
  background-size: contain;
}
#contents .shokugakuPrContainer .shokugakuDaigakuList li a figure {
  width: 60px;
  margin-right: 18px;
}
#contents .shokugakuPrContainer .shokugakuDaigakuList li a figure img {
  width: 100%;
}
#contents .shokugakuPrContainer .shokugakuDaigakuList li a > div {
  width: calc(100% - 115px);
}
#contents .shokugakuPrContainer .shokugakuDaigakuList li a span {
  display: block;
  color: #009DFF;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
#contents .shokugakuPrContainer .shokugakuDaigakuList li a p {
  padding: 0;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5;
}