@charset "UTF-8";


#receive .gnav-list li:nth-of-type(3) a{
  color: #29166f;
}
#receive .gnav-list li:nth-of-type(3) a::after{
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width:767px) { 
  #receive .gnav-list li:nth-of-type(3) a::after{
    transform: scale(0, 1);
  }
}

.receive{
  background: #fff;
  border: 2px solid #29166f;
  border-radius: 10px;
  box-sizing: border-box;
  font-weight: bold;
  margin: 0;
  padding: 50px;
  text-align: left;
}
.receive li{
  font-size: 1.8rem;
  line-height: 2em;
  margin: 0 0 10px 1em;
  padding: 0;
}
.receive li:last-child{
  list-style: none;
  margin-top: 20px;
  margin-left: 0;
  margin-bottom: 0;
}
.salon-list-link{
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 50px;
}
.salon-list-figure{
  margin: 70px auto 0;
  width: 70%;
}
.salon-list-figure img{
  width: 100%;
}
@media screen and (max-width:767px) { 
  .receive{
    margin: 0;
    padding: 30px 5%;
  }
  .receive li{
    font-size: 1.6rem;
    line-height: 2em;
  }
  .salon-list-figure{
    margin: 50px auto 0;
    width: 90%;
  }
}




















