@charset "UTF-8";

.personal_nav li:nth-child(1)::after {
    content: url(../../../../../common/img/pointer.png);
    position: absolute;
    bottom: -12px;
    left: 24px;
}
.personal_midashi span::before {
  background-image: url(../../../../../common/img/personal_mv_icon01.png);
}
.detailbtn--bottom{
  margin-bottom: 20px;
}
.service-left-text--blue{
  color: #006cb7;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.8rem;
}
.point-icon{
  position:absolute;
}
.box.no-bottom{
  margin-bottom: 0px;
}
table td {
  border-right: 1px solid #fff;
}
.indent{
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and ( max-width: 767px ){
.personal_midashi span::before {
    width: 50px;
    height: 50px;
    top: 0;
    left: -60px;
  }
.box {
    margin-bottom: 0px;
  }
.lineup-list {
    display: block;
  }
  .lineup-list dl{
    width: 100%;
    margin-bottom: 50px;
    box-sizing: border-box;
  }
.lineup-list dd {
    min-height: auto;
    padding: 15px 0;
  }

}