@charset "utf-8";

/*
   /tec/products/smartlock/kaitai.html 専用CSS
*/


/* ---------------------------- Common */

.m-sct {
  margin-top: 72px
}
.m-sct-inr {
  position: relative;
}
.m-sct-anchor {
  position: relative;
  margin-top: -90px;
  padding-top: 90px;
  z-index: -1;
}
.m-sct-img {
  position: absolute;
  top: 16px;
  right: 72px;
  width: 265px;
}
.m-sct-img-l {
  position: absolute;
  top: 32px;
  right: 22px;
  width: 330px;
}

.m-sct .title span {
  font-size: 0.875rem;
}
.m-txt {
  font-size: 0.875rem;
  line-height: 2.0;
}
.m-txt + .m-txt {
  margin-top: 12px;
}
.m-cap {
  font-size: 0.750rem;
  line-height: 1.6;
}
.m-cap {
  margin-top: 8px;
}

.m-lists-img,
.m-lists-flow,
.m-lists-3clm {
  display: flex;
  justify-content: center;
}
.m-lists-img {
  gap: 0 28px;
}
.m-lists-flow {
  gap: 0 40px;
}
.m-lists-3clm {
  flex-wrap: wrap;
  gap: 20px 16px;
}
.m-lists-flow > li {
  position: relative;
}
.m-lists-flow > li:not(:last-child):after {
  display: block;
  content: "";
  position: absolute;
  right: -28px;
  top: calc(57% - 15px);
  width: 14px;
  height: 20px;
  background: url(/tec/products/images/smartlock/kaitai/icon_arrow.svg) no-repeat;
}


/* ---------------------------- Page Title */

.page-title-inner {
  position: relative;
  padding-bottom: 20px;
  padding-right: 380px;
}

.page-title-banner {
  position: absolute;
  top: -35px;
  right: 0;
  width: 100%;
  max-width: 360px;
}

/* ---------------------------- Page Menu */

.m-menu {
  position: sticky;
  top: 0px;
  z-index: 10;
  padding-top: 11px;
  width: 100%;
  height: 66px;
  background: #fff;
  box-sizing: border-box;
}
.m-menu-lists {
  display: flex;
  justify-content: center;
  gap: 0 16px;
  box-sizing: border-box;
}
.m-menu-lists > li{
  width: 146px;
}
.m-menu-lists > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  border-radius: 21px;
  border: solid 1px #009a5a;
  background-color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.4s;
}
.m-menu-lists > li > a:hover {
  background-color: #009a5a;
  color: #fff;
  opacity: 1;
}


/* ---------------------------- Section Main */

.m-sct-main {
  margin-bottom: 24px
}

/* ---------------------------- Section Mounting */

.m-sct-method .m-lists-flow {
  align-items: flex-end;
  gap: 32px;
  margin-top: -64px;
}
.m-sct-method .m-mounting-lists .m-cap {
  margin-top: 8px;
}
.m-sct-method .m-lists-flow > li {
  flex: none;
  width: 100%;
  max-width: 200px;
}
.m-sct-method .m-mounting-list03 {
  max-width: 252px;
}
.m-sct-method .m-lists-flow > li:not(:last-child):after {
  right: -24px;
  top: auto;
  bottom: 175px;
}

/* ---------------------------- Section Thumbturn */

.m-sct-thumbturn .m-lists-img > li {
  flex: none;
  width: 100%;
  max-width: 210px;
}

/* ---------------------------- Section Condensation */

.m-sct-condensation .m-lists-img {
  align-items: flex-end;
}

.m-condensation-cap {
  display: flex;
  justify-content: space-between;
  gap: 0 45px;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
.m-condensation-cap p{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.m-condensation-cap .m-txt + .m-txt {
    margin-top: 0;
}

/* ---------------------------- Section Reproduction */

/* ---------------------------- Section Measures */

.m-sct-measures .m-sct-img-l {
  top: 8px;
}


/* ---------------------------- CV banner */

.m-bnr-catch {
  text-align: center;
  font-size: 2rem;
}

/* ---------------------------- Option */

.o-paragraph {
  width: 560px;
}

.o-blue {
 color: #42A8EC
}
.o-red {
 color: #DE0022
}

.mt80 {
  margin-top: 80px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mt140 {
  margin-top: 140px !important;
}
.mt160 {
  margin-top: 160px !important;
}
