/*============================

PC

============================*/
div.content div.pankuzu {
	margin-bottom:0;
}
div.sec01 {
  background: -moz-linear-gradient(-25deg, #f6f6f6 35%, #ffffff 35%);
  background: -webkit-linear-gradient(-25deg, #f6f6f6 35%, #ffffff 35%);
  background: linear-gradient(110deg, #f6f6f6 35%, #ffffff 35%);
}
div.sec01 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 95px;
}
@media screen and (max-width: 1280px) {
  div.sec01 .inner {
    margin: 0 40px;
  }
}
div.sec01 div.flex {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
div.sec01 div.flex h1 {
  font-size: 30px;
  line-height: 1;
}
div.sec01 div.flex h1 span {
  font-size: 20px;
}
div.sec01 .search_wrap div dl {
  border-bottom: 1px solid  #e1e1e1;
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}
div.sec01 .search_wrap div dl dt.lt {
  width: 108px;
  font-size: 13px;
  padding-top: 6px;
}
div.sec01 .search_wrap div dl dt.cat {
  font-size: 11px;
  line-height: 1;
  padding: 5px;
  text-align: center;
  border: 1px solid  #787878;
  width: 120px;
  background: #fff;
}
div.sec01 .search_wrap div dl dd {
  /*margin-left: 25px;*/
  width: 100%;
  position: relative;
  line-height: 26px;
  padding-right: 35px;
}
div.sec01 .search_wrap div dl dd:after {
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid #4670b8;
  border-bottom: 1px solid #4670b8;
  display: block;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}
div.sec01 .search_wrap div dl dd a {
  color: #000;
  text-decoration: none;
}
div.sec01 .search_wrap div dl dd a span {
  display: inline-block;
}
div.sec01 .search_wrap div dl dd a span:after {
  margin-top: 5px;
  transition: 0.3s;
  background: #000;
  height: 1px;
  content: "";
  width: 0;
  display: block;
}
div.sec01 .search_wrap div dl dd a:hover span:after {
  width: 100%;
}
div.sec01 .search_wrap div a.all {
  margin: 40px auto 0;
  text-align: center;
  width: 230px;
  border: 1px solid #4670b8;
  color: #4670b8;
  text-decoration: none;
  display: block;
  padding: 20px;
}
div.sec01 .search_wrap div a.all:hover {
  background: #4670b8;
  color: #fff;
}