@media screen and (min-width: 768px) {
  #greeting .colWrap:first-of-type .text {
    flex: 1
  }
}

@media screen and (min-width: 768px) {
  #greeting .colWrap:first-of-type span {
    padding-left: 20px
  }
}

@media screen and (max-width: 767px) {
  #greeting .colWrap:first-of-type span {
    margin: 20px auto 0
  }
}

#greeting .colWrap:first-of-type span img {
  max-width: 320px
}

#rinen .img img {
  padding: 20px 10px;
  max-width: 670px;
  display: block;
  margin: 0 auto;
  width: calc(100% - 20px)
}

@media screen and (max-width: 768px) {
  #rinen .img.pc {
    display: block
  }

  #rinen .img.sp {
    display: none
  }
}

@media screen and (max-width: 480px) {
  #rinen .img.sp {
    display: block
  }

  #rinen .img.pc {
    display: none
  }
}

#rinen .rinenImgBackground {
  background-color: #fef3ed;
  border-radius: 5px
}

#rinen .rinen_text {
  font-size: 1.8rem;
  margin-top: 20px;
  padding: 0 40px;
  line-height: 1.6
}

@media screen and (max-width: 480px) {
  #rinen .rinen_text {
    margin-top: 20px;
    padding-left: 40px
  }
}

#rinen ul {
  padding-left: 20px
}

@media screen and (max-width: 480px) {
  #rinen ul {
    padding-left: 0px
  }
}

#rinen ul li {
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 30px
}

#rinen ul li:first-child .rinen_titile::before {
  background: #c76bbe
}

#rinen ul li:nth-child(2) .rinen_titile::before {
  background: #6d84c7
}

#rinen ul li:nth-child(3) .rinen_titile::before {
  background: #c78d5f
}

#rinen ul li:nth-child(4) .rinen_titile::before {
  background: #d3cd63
}

#rinen ul li:last-child .rinen_titile::before {
  background: #70d4a1
}

@media screen and (max-width: 480px) {
  #rinen ul li {
    padding-left: 0
  }

  #rinen ul li::before {
    top: 0;
    right: 0;
    margin: auto
  }

  #rinen ul li::after {
    left: 0;
    right: 0;
    text-align: center;
    bottom: auto;
    line-height: 70px
  }
}

#rinen .rinen_titile {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-left: 30px;
  margin-bottom: 14px;
  padding-left: 10px
}

#rinen .rinen_titile::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ccc;
  left: -30px;
  top: -1px
}

#rinen .rinen_titile::after {
  content: '';
  position: absolute;
  left: -26px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#rinen .rinenText {
  margin-top: 40px;
  padding: 0px 20px
}

@media screen and (max-width: 480px) {
  #rinen .rinenText {
    padding: 0px
  }
}

.dl01 {
  align-items: normal;
  -webkit-align-items: normal
}

.dl01 dd {
  padding-top: 7px
}
