@charset "utf-8";
/***********鍵と防犯対策**************/
#onayami {
  height: auto;
  margin-bottom: -70px;
}
.onayami_intro {
  background-image: url(../images/crime-prevention/onayami_bg_01.png);
  height: 350px;
  position: relative;
}
.onayami_intro::before {
  content: "";
  width: 100%;
  height: 70px;
  background-image: url(../images/crime-prevention/onaymi_bg_02.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
  z-index: 1;
}
.onayami_intro::after {
  content: "";
  width: 100%;
  height: 70px;
  background-image: url(../images/crime-prevention/onaymi_bg_02.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
  z-index: 1;
}
.onayami_intro picture  {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.onayami_kaiketsu {
  background-image: url(../images/crime-prevention/onaymi_bg_02.png);
  position: relative;
  top: -70px;
  z-index: -1;
  height: 330px;
}
.onayami_kaiketsu .pc p {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0.75rem;
}
.onayami_kaiketsu .pc p:first-child {
  padding-top: 7rem;
}
.crime_link a:hover {
  opacity: 0.7;
}


/*SPレスポンシブ*/
@media screen and (max-width: 660px) {
  .onayami_intro {
    padding: 0 10px;
    height: auto;
  }
  .onayami_intro::before,.onayami_intro::after {
    right: 0;
  }
  .onayami_kaiketsu {
    padding: 0 10px;
    height: auto;
  }
  .onayami_kaiketsu .sp p {
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0.25rem;
    line-height: 1.6;
    padding-bottom: 2rem;
  }
  .onayami_kaiketsu .sp p:first-child {
    padding-top: 5.5rem;
  }
  .crime_link {
    gap: 5px;
  }
}
@media screen and (max-width: 400px) {
  .crime_link {
    display: block;
  }
  .crime_link a img {
    padding-bottom: 10px;
  }
}


/***********犯行手口別防犯対策**************/
#intrusion .contents {
  margin-bottom: 8px;
}
.contents .gray {
  background-color: #f2f2f2;
  margin-bottom: 8px;
}
.contents .blue {
  background-color: #e4f2ff;
}
dl {
  padding: 1rem;
}
dt {
  padding: 4px 40px 1rem;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 1rem
}
.gray dt {
  font-size: 18px;
  color: #bb0000;
  font-weight: bold;
  position: relative;
}
.gray dt::after {
  content: url(../images/individual/icon_01.webp);
  position: absolute;
  left: 0;
  bottom: 20%;
}
.blue dt {
  font-size: 18px;
  color: #052b59;
  font-weight: bold;
  position: relative;
}
.blue dt::after {
  position: absolute;
  content: url(../images/individual/icon_02.webp);
  left: 0;
  bottom: 20%;
}
dd {
  font-size: 15px;
  line-height: 1.4;
}

/*SPレスポンシブ*/
@media screen and (max-width: 660px) {
  dt {
    padding-right: 0;
  } 
}


/************おすすめの鍵***************/
.recommendation_con {
  background-color: #f7f5f1;
  padding: 1rem;
  margin-bottom: 1rem;
}
.recommendation_con:last-of-type {
  margin-bottom: 0;
}
.key_name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-image: linear-gradient(90deg, #1e5090 25%, #33629f);
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.key_con {
  overflow: hidden;
}
.key_con p {
  font-size: 15px;
  line-height: 1.5;
}
.key_con figure {
  float: left;
}

/*SPレスポンシブ*/
@media screen and (max-width: 660px) {
  .recommendation_con {
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .key_con figure {
    text-align: center;
    float: none;
  }
  .key_con p {
    font-size: 14px;
  }
}