@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
ol li, ul li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
}

p .bg-blue {
  background: #ACE1F7;
}

.anchor-offset {
  padding-top: 40px;
  margin-top: -40px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.article {
  overflow-x: hidden;
}

.article .container {
  max-width: none;
}

.single-block-contents {
  margin: 48px auto 0;
}
.single-block-contents span.limit {
  color: #fff;
  background: #C32D28;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  padding: 1px 5px 3px;
  margin-right: 6px;
}
@media screen and (max-width: 640px) {
  .single-block-contents span.limit {
    padding: 1px 4px 2px;
    margin-right: 8px;
  }
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.m-articleContents__box__inner p {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
    line-height: 1.57;
  }
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.m-articleContents__box__inner ul li {
  list-style: none;
}

.m-articleContents__box__inner ul,
.m-articleContents__box__inner ol {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.m-articleContents__box p a:not([class*=btn]):not([href$=".jpg"]) {
  font-weight: 700;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.archive-block .container {
  max-width: 900px;
}

ol li {
  list-style: none !important;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

.yellow-highlight {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #FAFA7F));
  background: linear-gradient(transparent 0%, #FAFA7F 0%);
}

.head-txt__body {
  font-size: 16px;
  line-height: 1.875 !important;
}
@media screen and (max-width: 640px) {
  .head-txt__body {
    font-size: 14px;
    line-height: 1.5 !important;
    letter-spacing: 0.04em;
  }
}
.head-txt__note {
  font-size: 13px;
  text-align: right;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .head-txt__note {
    line-height: 1.38 !important;
    letter-spacing: 0.04em;
    text-align: left;
    margin-top: 12px;
  }
}

.three-points {
  margin-top: 92px;
}
@media screen and (max-width: 640px) {
  .three-points {
    margin-top: 40px;
  }
}
.three-points__top-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .three-points__top-txt {
    margin-top: 20px;
  }
}
.three-points__top-txt .bold {
  font-weight: 700;
}
.three-points__list {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .three-points__list {
    margin-top: 30px;
  }
}
.three-points__list__item + .three-points__list__item {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .three-points__list__item + .three-points__list__item {
    margin-top: 16px;
  }
}
.three-points__list__head {
  color: #fff;
  background: #CE5D0B;
  border: 2px solid #212121;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 32px;
}
@media screen and (max-width: 640px) {
  .three-points__list__head {
    border: 1px solid #212121;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    gap: 4px;
    padding: 6px 12px;
  }
}
.three-points__list .head-number {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: italic;
}
@media screen and (max-width: 640px) {
  .three-points__list .head-number {
    font-size: 22px;
  }
}
.three-points__list .head-tit {
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1 !important;
}
@media screen and (max-width: 640px) {
  .three-points__list .head-tit {
    font-size: 14px !important;
  }
}
.three-points__list__txt {
  border: 2px solid #212121;
  border-radius: 0 0 6px 6px;
  padding: 28px;
}
@media screen and (max-width: 640px) {
  .three-points__list__txt {
    border: 1px solid #212121;
    border-radius: 0 4px 4px 4px;
    padding: 16px 12px 16px 16px;
  }
}

.weak-point {
  margin-top: 92px;
}
@media screen and (max-width: 640px) {
  .weak-point {
    margin-top: 40px;
  }
}
.weak-point__point {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .weak-point__point {
    margin-top: 30px;
  }
}
.weak-point__point--01 {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .weak-point__point--01 {
    margin-top: 24px;
  }
}
.weak-point__point__head {
  position: relative;
  background: #F5EF98;
  font-family: "Lato", sans-serif;
  font-size: 23px !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1 !important;
  text-align: center;
  border: 2px solid #212121;
  padding: 18px 0;
}
@media screen and (max-width: 640px) {
  .weak-point__point__head {
    font-size: 17px !important;
    padding: 12px 0;
  }
}
.weak-point__point__head::before {
  content: "";
  background: url(../uploads/apartment-security_ico-point-head.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 17px;
  height: 13px;
}
@media screen and (max-width: 640px) {
  .weak-point__point__head::before {
    background: url(../uploads/apartment-security_ico-point-head_sp.png) no-repeat;
    background-size: contain;
    bottom: -12px;
    width: 12px;
    height: 12px;
  }
}
.weak-point__point__body {
  border: 2px solid #212121;
  border-top: none;
  padding: 32px 48px 48px;
}
@media screen and (max-width: 640px) {
  .weak-point__point__body {
    padding: 20px;
  }
}
.weak-point__point__body--01 {
  padding: 32px 48px;
}
@media screen and (max-width: 640px) {
  .weak-point__point__body--01 {
    padding: 20px 20px 40px;
  }
}
.weak-point__point__tit {
  font-size: 20px !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .weak-point__point__tit {
    font-size: 14px !important;
  }
}
.weak-point__point__top-txt {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .weak-point__point__top-txt {
    line-height: 1.42 !important;
    margin-top: 12px;
  }
}
.weak-point__point__top-txt--center {
  text-align: center;
}
.weak-point__point__img--point01 {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .weak-point__point__img--point01 {
    margin-top: 16px;
  }
}
.weak-point__point__img--point02 {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .weak-point__point__img--point02 {
    margin-top: 10px;
  }
}
.weak-point__point__img--point03 {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .weak-point__point__img--point03 {
    margin-top: 10px;
  }
}
.weak-point__point__img--point04 {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .weak-point__point__img--point04 {
    margin-top: 10px;
  }
}
.weak-point__point__img-sub {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .weak-point__point__img-sub {
    line-height: 1.42 !important;
    margin-top: 16px;
  }
}
.weak-point__point__comment {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .weak-point__point__comment {
    font-size: 16px !important;
    margin-top: 40px;
  }
}
.weak-point__point__comment span {
  position: relative;
  display: inline-block;
}
.weak-point__point__comment span::before, .weak-point__point__comment span::after {
  content: "";
  background: url(../uploads/apartment-security_ico-point-comment.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  width: 21px;
  height: 42px;
}
@media screen and (max-width: 640px) {
  .weak-point__point__comment span::before, .weak-point__point__comment span::after {
    background: url(../uploads/apartment-security_ico-point-comment_sp.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 32px;
  }
}
.weak-point__point__comment span::before {
  left: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .weak-point__point__comment span::before {
    left: -18px;
  }
}
.weak-point__point__comment span::after {
  right: -32px;
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
}
@media screen and (max-width: 640px) {
  .weak-point__point__comment span::after {
    right: -18px;
  }
}
.weak-point__point .countermeasure {
  position: relative;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 90px 36px 32px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .weak-point__point .countermeasure {
    border-radius: 4px;
    padding: 76px 16px 20px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .weak-point__point .countermeasure--2col {
    padding: 98px 16px 20px;
  }
}
.weak-point__point .countermeasure__tit {
  color: #fff;
  background: #212121;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 11px 22px 11px 34px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .weak-point__point .countermeasure__tit {
    font-size: 16px !important;
    top: 20px;
    padding: 11px 0 11px 16px;
  }
}
@media screen and (max-width: 640px) {
  .weak-point__point .countermeasure__tit--2col {
    line-height: 1.25 !important;
    padding: 10px 0 10px 16px;
  }
}
@media screen and (max-width: 640px) {
  .weak-point__point .countermeasure__tit--2col::before {
    right: -28px !important;
    width: 60px !important;
    height: 60px !important;
  }
}
.weak-point__point .countermeasure__tit::before {
  content: "";
  background: #212121;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .weak-point__point .countermeasure__tit::before {
    right: -18px;
    width: 38px;
    height: 38px;
  }
}
.weak-point__point .countermeasure__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .weak-point__point .countermeasure__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.weak-point__point .countermeasure__txt {
  width: 62%;
}
@media screen and (max-width: 640px) {
  .weak-point__point .countermeasure__txt {
    line-height: 1.42 !important;
    width: 100%;
  }
}
.weak-point__point .countermeasure__img {
  width: 35%;
}
@media screen and (max-width: 640px) {
  .weak-point__point .countermeasure__img {
    width: 100%;
  }
}
.weak-point__point .countermeasure__img-sub {
  font-size: 12px !important;
  line-height: 1.5 !important;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .weak-point__point .countermeasure__img-sub {
    font-size: 13px !important;
    line-height: 1.38 !important;
    margin-top: 6px;
  }
}
.weak-point__point .countermeasure__img-solo {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .weak-point__point .countermeasure__img-solo {
    margin-top: 20px;
  }
}
.weak-point__point .countermeasure__img-solo-note {
  font-size: 12px !important;
  line-height: 1.2 !important;
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .weak-point__point .countermeasure__top-txt {
    line-height: 1.42 !important;
  }
}
.weak-point__point .countermeasure__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .weak-point__point .countermeasure__img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
}
.weak-point__point .countermeasure__img-wrap__item {
  width: 35%;
}
@media screen and (max-width: 640px) {
  .weak-point__point .countermeasure__img-wrap__item {
    width: 100%;
  }
}
.weak-point__point .countermeasure__note-list {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .weak-point__point .countermeasure__note-list {
    margin-top: 20px;
  }
}
.weak-point__point .countermeasure__note-list li {
  font-size: 13px;
  line-height: 1.84;
}
@media screen and (max-width: 640px) {
  .weak-point__point .countermeasure__note-list li {
    line-height: 1.38;
  }
}
.weak-point__point .countermeasure__note-list li:nth-child(2) {
  margin-top: 12px;
}
.weak-point__point__community {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .weak-point__point__community {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
    margin-top: 10px;
  }
}
.weak-point__point__community-img {
  width: 23%;
}
@media screen and (max-width: 640px) {
  .weak-point__point__community-img {
    width: 50%;
    margin: 0 auto;
  }
}
.weak-point__point__community-body {
  width: 74.5%;
}
@media screen and (max-width: 640px) {
  .weak-point__point__community-body {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .weak-point__point__community-txt {
    line-height: 1.42 !important;
  }
}
.weak-point__point__community-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .weak-point__point__community-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.weak-point__point__community-item {
  width: 42%;
}
@media screen and (max-width: 640px) {
  .weak-point__point__community-item {
    width: 100%;
  }
}
.weak-point__point__community-item--border {
  border: 1px solid #e2e2e2;
}
.weak-point__point__community-item-sub {
  font-size: 12px !important;
  line-height: 1.5 !important;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .weak-point__point__community-item-sub {
    font-size: 13px !important;
    margin-top: 6px;
  }
}