/*	merit

===================================================================*/

div#merit {
  height: 325px;
  padding: 57px 0 0 0;
  background-image: url(../../../assets/sub/images/service_support/parking/merit_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
  clear: both;
  margin-top: 60px;
}

div#merit h2 {
  margin: 0 0 0 20px;

  height: auto;
}

div#merit ol {
  margin: 30px 0 0 40px;
}

div#merit ol li {
  margin: 0 0 10px 0;
}

.guide-problem {
  background: #dbf1f2;
  padding: 80px 0;
}

.guide-problem .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.guide-problem .problem-list {
  display: flex;
  justify-content: center;
  max-width: 768px;
  margin: 0 auto;
  gap: 2%;
}

.guide-problem .problem-list .item {
  width: 32%;
  background: #fff;
  border: 5px solid #58c4c8;
  border-radius: 5px;
  padding: 35px 15px;
}

.guide-problem .problem-list .icon {
  width: 110px;
  margin: 0 auto 10px;
}

.guide-problem .problem-list p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.bottom-area-01 {
  padding-top: 100px;
}

.guide-link {
  display: inline-block;
  color: #58c4c8;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.guide-detail--sub__content {
  padding-top: 25px;
}

.guide-detail--sub__content dl {
  margin-top: 25px;
}

.guide-topic__title.title--only {
  padding-bottom: 80px;
}

@media screen and (max-width: 889px) {
  .guide-topic__title.title--only {
    padding-bottom: 47px;
  }

  .guide-dialogue__item {
    border-width: 2px !important;
  }

  .guide-problem .problem-list {
    display: block;
    max-width: 260px;
    gap: 0;
    margin: 0 auto;
  }

  .guide-problem .problem-list .item {
    width: 100%;
    border-width: 3px;
    padding: 25px 15px;
  }

  .guide-problem .problem-list .item:not(:last-child) {
    margin-bottom: 25px;
  }

  .guide-problem {
    padding: 60px 0;
  }

  .guide-problem .ttl {
    font-size: 28px;
  }

  .guide-problem .problem-list .icon {
    width: 85px;
  }

  .guide-problem .problem-list p {
    font-size: 16px;
  }

  div#merit {
    padding-top: 0;
    margin-top: 30px;
    height: auto;
    overflow: hidden;
    background: none;
  }
  div#merit h2 {
    margin: 0;
  }
  div#merit ol {
    margin-left: 0;
  }

  .bottom-area-01 {
    padding-top: 60px;
  }

  .guide-detail--sub__content {
    padding-top: 20px;
  }

  .guide-detail--sub__content dl {
    margin-top: 20px;
  }
}

.guide-dialogue__item.border-top.first-child{
  padding-top:18px;
}

.guide-dialogue__item.border-top{
  border-top:3px dotted #b5bfbf;
}

.guide-dialogue__item.border-bottom{
  border-bottom:3px dotted #b5bfbf;
}

.guide-dialogue__item.border-top-none {
  border-top: none;
}

.guide-dialogue__item.border-bottom-none {
  border-bottom: none;
}

.guide-dialogue__item.border-none {
  border: none;
}

.guide-dialogue__item.border-vertical-top {
  position: relative;
  padding-top: 70px;
}

.guide-dialogue__item.border-vertical-top::before {
  content: "";
  height: 50px;
  width: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-left: 3px dotted #b5bfbf;
  margin: 0 auto;
}

@media screen and (max-width: 889px) {
  .guide-dialogue__item.border-vertical-top {
    padding-top: 50px;
  }

  .guide-dialogue__item.border-vertical-top::before {
    height: 35px;
    width: 2px;
    border-width: 2px;
  }

  .guide-dialogue__item.border-top{
    border-width:2px;
  }
  
  .guide-dialogue__item.border-bottom{
    border-width: 2px;
  }

  .guide-dialogue__item.border-top.first-child{
    padding-top:11px;
  }
}
