.c-sec--pageTtl .c-ttl p::before {
  background-color: #373737;
}

.c-sec--search {
  padding: 120px 30px 0;
}

.c-sec--search .search {
  max-width: 1120px;
  margin: auto;
  background-color: #F5F5F5;
  border-radius: 16px;
  padding: 48px 54px;
}

.c-sec--search .search .search-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.c-sec--search .search form {
  position: relative;
}

.c-sec--search .search form::before {
  content: '';
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-image: url(../img/common/ico-search.svg);
  background-size: 100%;
}

.c-sec--search .search form input {
  border-radius: 1000px;
  background-color: #fff;
  padding: 17px 24px 17px 66px;
  width: 100%;
}

.c-sec--search .search form input::placeholder {
  color: #BABABA;
}

.c-sec--cat {
  padding-top: 100px;
}

.c-sec--cat .c-ttl2 {
  margin-bottom: 48px;
}

.c-sec--cat .cat-list {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.c-sec--cat .cat-list .term-area {
  display: block;
  padding: 40px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #BABABA;
}

.c-sec--cat .cat-list .term-area .pic {
  height: 60px;
}

.c-sec--cat .cat-list .term-area .pic img {
  height: 100%;
  width: auto;
}

.c-sec--cat .cat-list .term-area .ttl {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 25px 0;
}

input#feas-submit-button-0 {
    position: absolute;
    left: 1%;
    top: 27%;
    background: transparent;
    color: transparent;
    width: auto;
    padding: 0;
}

a.c-btn.c-btn--arrow.c-btn--next.guide-link {
    background: transparent;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
	    font-weight: 500;
	margin-bottom: 1.5rem;
	    width: max-content;
}

a.c-btn.c-btn--arrow.c-btn--next.guide-link:hover,.c-sec--cat .cat-list .term-area .guide-info a:hover{
color: #22B408;
}

a.c-btn.c-btn--arrow.c-btn--next.guide-link:hover span.arrow svg path {
  stroke: #22B408;
}




a.c-btn.c-btn--arrow.c-btn--next.guide-link span.arrow {
    position: relative;
    top: 0;
    transform: translateY(0%);
    width: auto;
    height: auto;
    display: flex;
}

.result-flex-num {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

a.c-btn.c-btn--arrow.c-btn--next.guide-link span.arrow img {
    margin-top: 0;
}

.c-post .c-post-cnt p {
    margin-top: 0px;
}

.c-post .c-post-cnt{
	padding-bottom: 0;
}

.c-post.border-btm .c-post-cnt {
    padding-bottom: 4rem;
}

.c-post .c-post-cnt img {
    margin-top: 0;
}

.child-term-block:last-of-type,.c-post .c-post-cnt:last-of-type{
    border-bottom: 0;
}

@media (max-width: 767px) {
  .c-sec--search {
    padding: 60px 15px 0;
  }
  .c-sec--search .search {
    padding: 15px;
  }
  .c-sec--search .search .search-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .c-sec--search .search form::before {
    left: 15px;
    width: 21px;
    height: 21px;
  }
  .c-sec--search .search form input {
    padding: 10px 24px 10px 47px;
    font-size: 14px;
  }
  .c-sec--cat {
    padding-top: 30px;
  }
  .c-sec--cat .c-ttl2 {
    margin-bottom: 20px;
  }
  .c-sec--cat .cat-list {
    display: block;
  }
  .c-sec--cat .cat-list .term-area {
        padding: 30px;
        margin-bottom: 2rem;
  }
  .c-sec--cat .cat-list .term-area .ttl {
    font-size: 20px;
    margin: 15px 0;
  }
  .c-sec--cat .cat-list .term-area .pic {
    height: 45px;
  }
  .c-sec--cat .cat-list .term-area + a {
    margin-top: 20px;
  }
}
