.contList.rv {
  flex-direction: row-reverse;
}

.przProf {
  margin-left: 20px;
}
.przProf > li {
  margin-bottom: 10px;
}
.przProf > li.prz {
  text-indent: -1.5em;
  padding-left: 1.5em;
  color: #666666;
  font-weight: bold;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .przProf > li.prz {
    font-size: 14px;
  }
}
.przProf > li.prz em {
  font-weight: bold;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .przProf > li.prz em {
    font-size: 17px;
  }
}
.przProf > li.przName2 {
  margin-bottom: 5px;
  line-height: 1.4;
}
.przProf > li.przCopy {
  font-weight: bold;
  font-size: 24px;
  color: #004da0;
  line-height: 1.4;
}
.przProf > li.przCopy.ss {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .przProf > li.przCopy.ss {
    font-size: 16px;
  }
}
.przProf > li.przCopy .note {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .przProf > li.przCopy .note {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .przProf > li.przCopy {
    font-size: 20px;
  }
}

.mvArea {
  width: 100%;
  background-color: #4ee8ff;
  background-image: url(../img/mv_bg.png), url(/img/taxi_bg.png);
  background-repeat: repeat-x,no-repeat;
  background-position: center top,center 555px;
  min-height: 380px;
  padding: 80px 0 10px 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .mvArea {
    padding: 5% 0 2% 0;
    min-height: 150px;
    background-position: center top,center 70%;
    background-size: 150% auto,180% auto;
  }
}
.mvArea .taxi {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mvArea .taxi {
    width: 80%;
    margin: 0 auto 10px;
  }
}
.mvArea h1 {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .mvArea h1 {
    width: 80%;
    margin: 0 auto;
  }
}

.pdf:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/common_n/images/icn_pdf.gif") no-repeat center center/contain;
  margin-left: 5px;
}
