/* 防災・防犯ページ　あんしん防犯カメラブロック */

.anshinbouhanBlock {
  /* font-size: calc(1.5rem * var(--_fs_ratio)); */

  /* 旧サイトでのスマホ時の文字サイズを意図的に小さくするスタイルの対応 */
  /* --_fs_ratio: 1; */
  /* @media screen and (max-width: 750px) { */
      /* --_fs_ratio: .872; */
  /* } */

  /* .btn { */
      /* min-inline-size: revert-layer; */
      /* min-block-size: revert-layer; */
      /* box-shadow: revert-layer; */
      /* padding-inline: revert-layer; */
      /* &::before, */
      /* &::after { */
          /* content: revert-layer; */
          /* mask: revert-layer; */
      /* } */
  /* } */

  :where(.title+*) {
    margin-block-start: revert-layer;
  }
}

/* -----------------------------------------------
	common.cssから移植
-------------------------------------------------- */

.anshinbouhanBlock {
  padding: 80px var(--sideSpace);
}

.anshinbouhanBlock-price {
  margin-top: 30px;
}
.anshinbouhanBlock-price-note {
  margin-top: 18px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
.anshinbouhanBlock-featureSection {
  margin-top: 40px;
}
.anshinbouhanBlock-sectionTitle {
  background: #F9FBFC;
  border: 1px solid #E7ECF1;
  padding: 22px;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.13;
  color: #004098;
}
ul:has(.anshinbouhanBlock-feature) {
  margin-top: 20px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.anshinbouhanBlock-feature {
  padding-top: 20px;
  padding-bottom: 11px;
}
.anshinbouhanBlock-feature:not(:last-child) {
  padding-right: 25px;
}
.anshinbouhanBlock-feature:not(:first-child) {
  padding-left: 25px;
  border-left: 1px solid #E7ECF1;
}
.anshinbouhanBlock-feature .title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.anshinbouhanBlock-feature .min,main {
  display: block;
}
.anshinbouhanBlock-feature .min {
  font-size: 16px;
  line-height: 1.4;
}
.anshinbouhanBlock-feature .main {
  margin-top: 4px;
  display: block;
  font-size: 23px;
  line-height: 1.3;
}
.anshinbouhanBlock-feature .color {
  color: #FF748E;
}
.anshinbouhanBlock-feature .desc {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.9;
}
.anshinbouhanBlock-feature-note {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.6;
}

.anshinbouhanBlock-lineupSection {
  margin-top: 30px;
}
ul:has(.anshinbouhanBlock-lineup) {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.anshinbouhanBlock-lineup {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.anshinbouhanBlock-lineup:not(:last-child) {
  padding-right: 44px;
}
.anshinbouhanBlock-lineup:not(:first-child) {
  padding-left: 44px;
  border-left: 1px solid #E7ECF1;
}
.anshinbouhanBlock-lineup .tag{
  background: #0063C6;
  border-radius: 99em;
  padding: 2px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
}
.anshinbouhanBlock-lineup .main{
  margin-top: 10px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.anshinbouhanBlock-btn{
  position: relative;
  background: #FFF112;
  border-radius: 3px;
  padding: 17px 20px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-top: 57px;
  color: #333A44;
}
.anshinbouhanBlock-btn:hover{
  color: #333A44;
}
.anshinbouhanBlock-btn::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  width: 7px;
  height: 8px;
  background: #333A44;
  clip-path: polygon(0 0,100% 50%,0 100%);
}


/* -----------------------------------------------
	responsive.cssから移植
-------------------------------------------------- */

@media screen and (max-width: 750px) {
  .anshinbouhanBlock {
    padding-block: 30px;
  }
  .anshinbouhanBlock-price {
    margin-top: 20px;
  }
  .anshinbouhanBlock-price-note {
    font-size: 10px;
  }
  .anshinbouhanBlock-featureSection {
    margin-top: 24px;
  }
  .anshinbouhanBlock-sectionTitle {
    padding: 21px;
    font-size: 16px;
  }
  ul:has(.anshinbouhanBlock-feature) {
    margin-top: 22px;
    grid-template-columns: 1fr;
  }
  .anshinbouhanBlock-feature:not(:last-child) {
    padding-right: 0;
  }
  .anshinbouhanBlock-feature:not(:first-child) {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #E7ECF1;
  }
  .anshinbouhanBlock-feature:first-child {
    padding-top: 0;
  }
  .anshinbouhanBlock-feature .min {
    font-size: 14px;
  }
  .anshinbouhanBlock-feature .main {
    font-size: 20px;
  }
  .anshinbouhanBlock-feature .desc {
    margin-top: 15px;
    font-size: 13px;
  }
  .anshinbouhanBlock-feature-note {
    margin-top: 13px;
  }
  .anshinbouhanBlock-lineupSection {
    margin-top: 35px;
  }
  ul:has(.anshinbouhanBlock-lineup) {
    margin-top: 20px;
    grid-template-columns: 1fr;
  }
  .anshinbouhanBlock-lineup {
    flex-direction: column;
    gap: 10px;
  }
  .anshinbouhanBlock-lineup:not(:last-child) {
    padding-right: 0;
  }
  .anshinbouhanBlock-lineup:not(:first-child) {
    padding-left: 0;
    padding-top: 30px;
    margin-top: 30px;
    border-left: none;
    border-top: 1px solid #E7ECF1;
  }
  .anshinbouhanBlock-lineup .tag{
    font-size: 12px;
  }
  .anshinbouhanBlock-lineup .main{
    font-size: 20px;
  }
  .anshinbouhanBlock-btn{
    padding: 14px;
    font-size: 16px;
  }
  .anshinbouhanBlock-btn::after{
    right: 10px;
    width: 6px;
    height: 6px;
  }
}