@charset "UTF-8";
main {
  font-size: 14px;
}

/*title*/
.facema_tit01 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.facema_tit02 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.fl_base_sb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*よくある質問*/
.faq_q {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #0091d6;
  padding: 10px 10px 10px 60px;
  margin-bottom: 20px;
  position: relative;
}

.faq_q::before {
  content: "Q";
  display: inline-block;
  font-size: 22px;
  position: absolute;
  top: 3px;
  left: 20px;
}

.faq_a {
  padding: 10px 10px 10px 60px;
  margin-bottom: 20px;
  position: relative;
}

.faq_a::before {
  content: "A";
  color: #2294e3;
  font-weight: bold;
  display: inline-block;
  font-size: 22px;
  position: absolute;
  top: 3px;
  left: 20px;
}

.arr_txt02 a {
  color: #0091d6;
  text-decoration: underline;
}

/* ボタン */
.trial_btn02 {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.trial_btn02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  background-color: #0091d6;
  border: 1px solid #0091d6;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  padding: 20px;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
  transition: 0.2s;
  position: relative;
}

.trial_btn02 a:hover {
  background-color: #fff;
  color: #0091d6;
  text-decoration: none;
}

.trial_btn02 a:hover::before {
  border-top: solid 2px #0091d6;
  border-right: solid 2px #0091d6;
}

/* 現場監督様によるKW通門管理システムで設定・運用 */
.facema_img {
  width: 50%;
}

.facema_txtbox {
  width: 50%;
  padding-left: 20px;
}

.facema_tit {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #bec3cc;
}

.facema_tit dt {
  background-color: #0091d6;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 5px 0px;
  text-align: center;
  margin-right: 20px;
}

.facema_tit dt .num {
  font-size: 36px;
}

.facema_tit dd {
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

.facema_txtbox .txt_bold {
  font-size: 120%;
  font-weight: bold;
}

.facema--mv {
  position: relative;
}

.facema--mv img {
  top: 100px;
  width: 100%;
}
.facema--logo {
  position: absolute;
  left: 11.1%;
  top: 13%;
  width: 39.6%;
}

.facema--systemImg img {
  width: 100%;
}

.facema--bgGray {
  padding: 60px 0;
  background: #F4F5F7;
}

.facema--about1 {
  padding: 60px 0;
  background: #e5f7f9;
}

.facema--about1 p {
  margin: 0 0 18px;
  text-align: center;
}

.facema--about2 {
  background: url(../../../images/iot/face/facema_about_bg.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  padding: 60px 0;
}

.facema--about2 p,
.facema--about2 li {
  text-align: center;
}

.facema--about2 p {
  margin: 0 0 34px;
}

.facema--about2 p:last-of-type {
  margin: 0;
}

.facema--about2 ul {
  margin: 0 0 34px;
  list-style: none;
}

.facema--about2 ul li::before {
  content: "・";
}

.facema--systemImg .facema--sp {
  display: none;
}

.facema--systemImg .facema--pc {
  display: block;
}

.facema__block--2column {
  display: flex;
  justify-content: space-between;
}

.facema__block--2column div {
  width: 100%;
}

.facema__txt--announce {
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.facema__txt--announce::before {
  content: '※';
}

.facema__list--about1 {
  text-align: center;
}

.facema__list--about1 ul {
  list-style: none;
  display: inline-block;
}

.facema__list--about1 ul li {
  text-align: left;
  font-weight: bold;
}

.facema__list--about1 ul li::before {
  content: "・";
}

.facema__list--merit {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 80px;
  padding: 0;
}

.facema__list--merit li {
  width: 100%;
  padding: 50px 0;
  background: #f4f5f7;
}

.facema__list--merit li:nth-child(2) {
  margin: 0 4px;
}

.facema__list--merit li figure {
  width: 120px;
  margin: 0 auto 32px;
}

.facema__list--merit li figure img {
  width: 100%;
}

.facema__list--merit li p {
  text-align: center;
}

.facema__list--flow {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto 60px;
  padding: 0;
}

.facema__list--flow li {
  width: 230px;
  height: 230px;
  background: #ffffff;
  position: relative;
}

.facema__list--flow li p {
  margin: 0;
  padding: 0 20px 32px;
  text-align: center;
}

.facema__list--flow li figure {
  width: 134px;
  margin: 36px auto 22px;
}

.facema__list--flow li figure img {
  width: 100%;
}

.facema__list--flow li::after {
  position: absolute;
  content: "";
  right: -27px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 24px 0 24px 27px;
  border-color: transparent transparent transparent #ffffff;
}

.facema__list--flow li:last-child::after {
  content: none;
}

.facema__list--announce {
  list-style: none;
}

.facema__list--announce li {
  padding-left: 1.4em;
  text-indent: -1.4em;
  line-height: 1.2;
  margin: 0 0 10px;
}

.facema__list--announce li::before {
  content: '※';
}

.facema__list--announce li:last-of-type {
  margin: 0;
}

.facema__img--product {
  border: 1px solid #ddd;
}

.facema__item--video {
  border: 1px solid #ddd;
  margin: 30px auto 60px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.facema__item--video iframe {
  width: 100%;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.facema__icon--type, .facema__icon--function {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 8px 2px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}

.facema__icon--type {
  font-size: 14px;
  background: #0091d6;
  color: #ffffff;
}

.facema__icon--type span {
  font-size: 12px;
}

.facema__icon--function {
  border: 1px solid #0091d6;
  color: #0091d6;
  margin: 0 10px 0 0;
}

.facema__box--right {
  padding: 0 0 0 60px;
}

.facema__box--icon {
  margin: 0 0 32px;
}

.facema__box--2column {
  max-width: 500px;
}

.facema__box--2column:nth-of-type(odd) {
  margin-right: 10px;
}

.facema__box--2column:nth-of-type(even) {
  margin-left: 10px;
}

.facema__heading--product {
  line-height: 1.2;
}

.facema__heading--product em {
  display: inline-block;
  vertical-align: -5px;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  padding: 0 32px 0 0;
}

.facema--video {
  margin: 0 auto;
  padding: 0;
}

.facema--table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0 0 16px;
}

.facema--table tr {
  border-bottom: 1px solid #ddd;
}

.facema--table th {
  background: #F4F5F7;
  width: 146px;
  text-align: left;
  padding: 10px 20px;
  font-weight: normal;
}

.facema--table td {
  padding: 10px 20px;
}

.facema--sp {
  display: none;
}

.facema--pc {
  display: block;
}

@media only screen and (max-width: 1050px) {
  .facema_tit01 {
    font-size: 22px;
  }
  .facema_tit02 {
    font-size: 18px;
  }
  .facema--logo {
    left: 5%;
    top: 4.2%;
    width: 72%;
  }
  .facema--bgGray {
    padding: 30px 0;
  }
  .facema--about1 {
    padding: 40px 0;
  }
  .facema--about1 p {
    text-align: left;
  }
  .facema--about2 {
    padding: 40px 0;
  }
  .facema--about2 p,
  .facema--about2 ul {
    margin: 0 0 28px;
  }
  .facema--about2 p,
  .facema--about2 li {
    text-align: left;
  }
  .facema--about2 li {
    margin: 0 0 0 15px;
    text-indent: -15px;
  }
  .facema--about2 p:last-of-type {
    margin: 0;
  }
  .facema--systemImg .facema--sp {
    display: block;
  }
  .facema--systemImg .facema--pc {
    display: none;
  }
  .facema__block--2column {
    display: block;
  }
  .facema__block--2column:first-of-type .facema__heading--product em {
    display: inline-block;
  }
  .facema__list--about1 {
    text-align: left;
  }
  .facema__list--merit {
    display: block;
    margin: 0;
  }
  .facema__list--merit li {
    margin: 0 0 20px;
    padding: 24px;
  }
  .facema__list--merit li:nth-child(2) {
    margin: 0 0 20px;
  }
  .facema__list--merit li:last-child {
    margin: 0 0 40px;
  }
  .facema__list--merit li figure {
    width: 100px;
    margin: 0 auto 20px;
  }
  .facema__list--flow {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .facema__list--flow li {
    width: 100%;
    height: auto;
    margin: 0 0 50px;
  }
  .facema__list--flow li figure {
    width: 156px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .facema__list--flow li p {
    margin: 0;
    padding: 0 20px 24px;
  }
  .facema__list--flow li::after {
    left: 0;
    right: 0;
    top: auto;
    bottom: -25px;
    width: 0;
    height: 0;
    border-width: 25px 22px 0 22px;
    border-color: #ffffff transparent transparent transparent;
  }
  .facema__item--video {
    margin: 30px auto 60px;
  }
  .facema__icon--type, .facema__icon--function {
    font-size: 1.2rem;
  }
  .facema__icon--type span {
    font-size: 1rem;
  }
  .facema__box--right {
    padding: 0;
  }
  .facema__box--icon {
    margin: 0 0 20px;
  }
  .facema__box--2column {
    max-width: initial;
  }
  .facema__box--2column:nth-of-type(odd), .facema__box--2column:nth-of-type(even) {
    margin-left: 0;
    margin-right: 0;
  }
  .facema__heading--product em {
    display: block;
    font-size: 2.8rem;
    padding: 0 20px 0 0;
  }
  .facema--video {
    margin: 0;
  }
  .facema--table {
    border: none;
  }
  .facema--table th {
    width: 100%;
    background: #F4F5F7;
  }
  .facema--table th,
  .facema--table tr,
  .facema--table td {
    border: none;
  }
  .facema--table th,
  .facema--table td {
    display: block;
  }
  .facema--sp {
    display: block;
  }
  .facema--pc {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  /* 現場監督様によるKW通門管理システムで設定・運用 */
  .facema_tit dd {
    font-size: 16px;
  }
  .facema_tit {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .facema_tit dt {
    font-size: 14px;
  }
  .facema_tit dt .num {
    font-size: 30px;
  }
  .facema_txtbox {
    padding: 20px 0 0;
  }
  .facema_img {
    width: 100%;
    padding-top: 15px;
  }
  .facema_txtbox {
    width: 100%;
    border-top: none;
  }
}

@media only screen and (max-width: 690px) {
  /*よくある質問*/
  .faq_q {
    padding: 10px 10px 10px 40px;
    margin-bottom: 10px;
  }
  .faq_q::before {
    left: 10px;
  }
  .faq_a {
    padding: 10px 10px 10px 40px;
    margin-bottom: 10px;
    position: relative;
  }
  .faq_a::before {
    left: 10px;
  }
  .arr_txt02 a::after {
    margin-top: 4px;
  }
  /* 現場監督様によるKW通門管理システムで設定・運用 */
  .facema_img {
    padding-top: 0;
  }
  .facema_tit dd {
    font-size: 15px;
  }
}