.hukuri-grui{
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 50px 0 80px 0;
}

.gurinaka{
  position: relative;
  padding: 30px 30px 50px 30px;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: column;
}

.gurinaka h2{
  margin: 15px 0 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.92857em;
  letter-spacing: .05em;
  font-weight: 400;
  min-height: 3.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 説明文は下につける */
.gurinaka p{
  font-size: 1.4rem;
  line-height: 1.92857em;
  letter-spacing: .05em;
  font-weight: 400;
  margin-top: 2.2rem;
}


.gurinaka:nth-last-child(-n+2){
  border-bottom: none;
}

.gurinaka:nth-child(odd)::after{
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 0;
  width: 1px;
  background: #ccc;
}
.imgg {
text-align: center;
margin-bottom:29px;
}

.imgg img{
  max-height: 90px;
}
.imgg2 {
text-align: center;
}
.imgg2 img{
  max-height: 145px;
}
.imgg3 {
text-align: center;
}
.imgg3 img{
  max-height: 120px;
}

@media screen and (max-width: 768px) {
.hukuri-grui {
    display: grid;
    grid-template-columns: 1fr;
    margin: 50px 0 80px 0;
}
.c__block01 {
        padding: 17.9rem 2.5rem 0;
    }
.gurinaka:nth-child(odd)::after {
    background: #fff;
}
.imgg img {
    max-height: 80px;
}
.gurinaka {
    position: relative;
    padding: 30px 15px 50px 15px;
}
}