/* 共通 */
.bg-white {
  background-color: #fff;
}

.red {
  color: red;
}

.bgfffbc4 {
  background-color: #fffbc4;
}




.clr-fff {
  color: #fff;
}

.kome {
  font-size: 11px;
}

.lh-22 {
  line-height: 2.2;
}

.fts1rem {
  font-size: 1.6rem;
}

.fts11rem {
  font-size: 1.76rem;
}

.fts12rem {
  font-size: 1.92rem;
}

.fts14rem {
  font-size: 2.24rem;
}

.fts16rem {
  font-size: 2.56rem;
}

.nsj-m {
  font-family: "Noto Sans Japanese-m";
}

.nsj-sb {
  font-family: "Noto Sans Japanese-sb";
}

.txt-center {
  text-align: center;
}

.txt-justify {
  text-align: justify;
}


/* margine padding */

.block {
  display: block;
}

/* margine padding */

.mt2rem {
  margin-top: 3.2rem;
}

.mb-1rem {
  margin-bottom: 1.6rem;
}

.mb-2rem {
  margin-bottom: 3.2rem;
}

.pt-1rem {
  padding-top: 1.6rem;
}

.pt-2rem {
  padding-top: 3.2rem;
}

.pt-4rem {
  padding-top: 6.4rem;
}

.pb-2rem {
  padding-bottom: 3.2rem;
}

.pb-4rem {
  padding-bottom: 6.4rem;
}



.box-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sp-flex {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

/* pc-sp */
.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

/* color */
.main-color,
.main-color:link,
.main-color:visited {
  color: #00a09a;
}

.sub-color {
  color: #4b77b2;
}



.link-btn {
  display: block;
  width: 90%;
  max-width: 700px;
  margin: 0 auto 2rem;
  background-color: #00ada9;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  font-family: "Noto Sans Japanese-m";
  padding: 1.6rem;
  color: #fff;
  font-size: 2.24rem;
  -moz-box-shadow: 0px 5px 14px 5px rgba(194, 194, 194, 0.63);
  -webkit-box-shadow: 0px 5px 14px 5px rgba(194, 194, 194, 0.63);
  -ms-box-shadow: 0px 5px 14px 5px rgba(194, 194, 194, 0.63);
  box-shadow: 0px 5px 14px 5px rgba(194, 194, 194, 0.63);
}
.link-btn:link,
.link-btn:active,
.link-btn:visited {
  color: #fff;
}

.bgffaa00 {
  background-color: #ffaa00;
}

/* main */

.main {
  background-color: #fff;
  padding-top: 48px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Noto Sans Japanese-r";
  font-size: 1.6rem;
}



.content-box {
  padding: 3.2rem 0;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}


/* heroimage */
.heroimage {
  position: relative;
}


/* whats-l */
.whats-l {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 1rem;
}

.whats-txt {
  text-align: center;
  margin-bottom: 3.2rem;
  font-size: 1.92rem;
  line-height: 1.8;
}


/* content-inner */

.content-inner {
  width: 90%;
}

.kihon {
  display: flex;
  align-items: baseline;
}

.kihon-img,
.kihon-title {
  flex-basis: 48%;
  box-sizing: content-box;
  font-size: 2.24rem;
}

.kihon span:nth-child(1) {
  margin-right: 0.8rem;
}

.sub-title {
  position: relative;
  padding: 2.4rem 0 1.6rem;
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 3.2rem;
}

.sub-title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #9f9d9d;
}

/* katsuyou-list */

.katsuyou-list li {
  margin-bottom: 4.8rem;
}

.katsuyou-list dt {
  font-size: 2.24rem;
  margin-bottom: 0.5rem;
}

.katsuyou-list li dd {
  min-height: 76px;
  text-align: justify;
}

.arrow {
  display: block;
}

.arrow::before {
  content: "\f30b";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 0.8rem;
}

.privacy {
  display: block;
  margin: 3.2rem auto 6.4rem;
  text-align: center;
  width: 90%;
  max-width: 300px;
  font-size: 1.92rem;

}

.privacy span {
  border-bottom: 1px solid #00ada9;
}

/*  catalog-list  */
.title-bg {
  background: #9d9d9e;
  display: block;
  color: #fff;
  font-size: 2.56rem;
  border-left: solid 10px #00ada9;
  text-indent: 0.8rem;
  margin-bottom: 1.6rem;
}

.catalog-list {
  width: 90%;
  margin: 0 auto;
}

.catalog-list .new-icon {
  color: #fff;
  background: #284399;
  display: inline-block;
  padding: 0px 24px 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.catalog-list .catalog_title {
  padding: 0 0 0.8rem;
  border-bottom: 1px solid #ccc;
}

.catalog-list .catalog_box {
  font-size: 1.28rem;
  margin-bottom: 1.6rem;
  font-family: "Noto Sans Japanese-l";
  display: flex;
  justify-content: space-between;
}

.catalog-list .catalog_img {
  width: 41%;
}

.catalog-list .catalog_img img {
  border: 1px solid #dcdcdc;
}

.catalog .catalog_right {
  width: 55%;
}

.catalog-list .catalog_info {
  text-align: left;
  padding: 0.8rem 0;
}

.catalog-list .catalog_link li {
  margin-top: 0.4rem;
}

.catalog-list .catalog_link li a {
  display: flex;
  padding: 6px 4px;
  border: 1px solid #004874;
  background: #f5f5f5;
  color: #004874;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}

.catalog-list .catalog_link .fa {
  font-size: 1.6rem;
  padding: 2px 5px;
}

/* app-dl-btm */

.app-dl-btm {
  background-color: #000;
  color: #fff;
  font-size: 2.24rem;
  display: block;
  padding: 1rem;
  width: 90%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}

.app-spec {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* contact */

.catalog-link {
  color: #00ada9;
  display: block;
  padding: 1.6rem;
  border: 2px solid #00ada9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto;
  width: 90%;
}

.catalog-link span {
  display: block;
  text-align: center;
}

.catalog-link span:nth-child(1) {
  font-size: 1.6rem;
}

.catalog-link span:nth-child(1):before {
  content: '\f1c1';
  font-family: "Font Awesome 5 free";
  color: #d0121b;

}

/*-------------------------------------
お問い合わせ
--------------------------------------*/

.toiawase-title {
  font-size: 1.92rem;
  text-align: center;
  padding: 1.6rem 0;
  width: 73%;
  margin: 0 auto;
}

.toiawase {
  display: block;
}


.toiawase p {
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}

.toiawase .contact {
  background: #feffff;
  background: -moz-linear-gradient(top, #feffff 0, #e89caf 100%);
  background: -webkit-linear-gradient(top, #feffff 0, #e89caf 100%);
  background: linear-gradient(to bottom, #feffff 0, #e89caf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#e89caf', GradientType=0);
  border-radius: 8px;
  border: solid 3px #e36e8c;
}

.toiawase .address,
.toiawase .contact {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.toiawase .address {
  background: #feffff;
  background: -moz-linear-gradient(top, #feffff 0, #a9bfc6 100%);
  background: -webkit-linear-gradient(top, #feffff 0, #a9bfc6 100%);
  background: linear-gradient(to bottom, #feffff 0, #a9bfc6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#a9bfc6', GradientType=0);
  border-radius: 8px;
  border: solid 3px #8da2a8;
}

.toiawase p a {
  display: flex;
  padding: 5% 8%;
  align-items: center;
  justify-content: center;
}

.toiawase .fa {
  font-size: 3.52rem;
  margin-right: .32rem;
}


#floatingbtn a {
  background-color: #ffaa00;
  font-size: 1.92rem;
}


@media all and (min-width: 768px) {
  .main {
    padding-top: 20px;
  }

  .txt-big {
    font-size: 130%;
  }

  /* flex */

  .flex {
    display: flex;
  }

  .between {
    justify-content: space-between;
  }

  .flx48 {
    flex-basis: 48%;
    box-sizing: content-box;
  }

  .fb-55 {
    flex-basis: 55%;
    box-sizing: content-box;
  }

  .kihon-img {
    flex-basis: 16%;
    box-sizing: content-box;
  }

  .kihon-title {
    flex-basis: 80%;
    box-sizing: content-box;
  }

  .katsuyou-list {
    flex-flow: row wrap;
    justify-content: space-between;
  }

  /* .catalog-link */
  .catalog-link span:nth-child(1) {
    font-size: 1.6rem;
  }

  /*-------------------------------------
お問い合わせ
--------------------------------------*/
  .toiawase {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 5px;
  }

  .toiawase-title {
    font-size: 2.56rem;
    text-align: center;
    padding: 1.6rem 0 3.2rem;
  }

  .toiawase p {
    font-size: 2.24rem;
    flex-basis: 48%;
    box-sizing: content-box;
  }
}




@media all and (min-width: 1200px) {

  /*  */
  .w90 {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    display: block;
  }

  .flex-b60 {
    flex-basis: 60%;
    box-sizing: content-box;
  }

  /* main */
  .main {
    padding-top: 0;
  }

  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }

  .sub-title {
    font-size: 4.8rem;
  }

  .catalog-link span:nth-child(1)::before {
    font-size: 2.88rem;
  }

  /* .quotation-btn  */
  .acd-label>span,
  .quotation-btn>span {
    padding-left: 5%;
  }

  .quotation-btn {
    font-size: 1.92rem;

  }


  /* ondo-kanri */
  .ondo-kanri p {
    font-size: 2.56rem;
  }

  /* .labor-saving */
  .labor-saving-title {
    text-align: center;
    padding-bottom: 0.8rem;
    margin-bottom: 4.8rem;
    font-size: 3.2rem;
  }

  .labor-saving-title .bold-big {
    font-size: 4.48rem;
  }

  .labor-saving-detail {
    display: block;
    min-height: 323px;
    padding: 0 1.6rem;
  }

  /* labor-saving-img */

  .labor-saving-txt {
    position: relative;
    z-index: 1;
  }

  .labor-saving-txt .list-img {
    width: 500px;
  }

  .labor-saving-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    padding: 0;
    width: 625px;
  }

  /*  */
  .tema {
    left: 6%;
    top: -34px;
  }

  /* measurement-service */

  .measurement-service-detail {
    display: block;
    min-height: 322px;
    padding: 0 1.6rem;
    margin-top: 8rem;
    margin-bottom: 4.8rem;
  }

  /* labor-saving-img */

  .measurement-service-txt {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
  }

  .measurement-service-txt .service-list-img {
    width: 350px;
  }


  .measurement-service-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 673px;
  }

  /* .other-work */

  .other-work {
    position: absolute;
    max-width: 310px;
    left: 50px;
  }

  .cost-box-title {
    color: #595959;
    top: -31px;
    font-size: 1.4rem;
    padding: 0.8rem 1.6rem;
  }

  .advantages {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 4.8rem 0 6.4rem;
  }

  .advantages>li {
    flex-basis: 23%;
    box-sizing: content-box;
  }

  .advantages-detail {
    display: block;
    min-height: 237px;
    padding: 2.88rem 0.8rem;
    font-size: 1rem;
  }

  .advantages-icon-box>figcaption {
    font-size: 2.56rem;
    margin-bottom: 1.6rem;
    color: #fb850b;
  }

  .advantages-icon-box span>img {
    display: block;
    width: auto;
    height: 50px;
    margin: 0 auto;
  }

  .title-bg {
    font-size: 3.52rem;
  }

  .liconex-txt {
    font-size: 3.2rem;
  }


  .setti {
    width: 150px;
    font-size: 2.24rem;
    padding: 2.24rem 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    display: flex;
    min-height: 148px;
    height: 148px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .system-wrap {
    padding-bottom: 12.8rem;
  }

  .system-wrap h3 {
    font-size: 2.88rem;
    padding: 1.6rem 0;
  }

  .plan-detail-box .kihonplan-org {
    display: block;
    width: 750px;
    margin: 0 auto;
  }

  .plan-detail-box .kihonplan-org img {
    width: 87%;
  }

  .plan-detail-box .plan-detail {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: 1.6rem;
  }

  .plan-detail-box .plan-detail li {
    flex-basis: 50%;
    box-sizing: content-box;
  }

  .plan-detail-box .w90 {
    padding-bottom: 2.24rem;
  }

  .plan-item-box {
    flex-flow: row nowrap;
    padding: 4.8rem 0;
  }

  .p-item {
    flex-basis: 12%;
    text-align: center;
  }

  .icon-plusplusicon-plus {
    font-size: 3.2rem;
  }



  .whats-sensor {
    padding-bottom: 4.8rem;
    max-width: unset;
    width: 100%;
  }

  .whats-sensor .acd-label,
  .sensor-label {
    width: 700px;
    margin: 0 auto 1px;
  }

  .acd-check:checked+.acd-label+.acd-content {
    padding-top: 3.2rem;
  }

  .whats-sensor .flex-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .sensor-img {
    flex-basis: 47%;
    box-sizing: content-box;
  }

  .sensor-type-list li:nth-child(1) {
    flex-basis: 75%;
    box-sizing: content-box;
  }

  .sensor-type-list li:nth-child(1)>.nsj-sb {
    flex-basis: 35%;
    box-sizing: content-box;
  }

  .stl-name {
    display: flex;
  }

  .toiawase-wrap {
    padding: 3.2rem 0 6.4rem;
  }

  .catalog-list {
    width: 80%;
    margin: 0 auto;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {}

.gotop {
  right: 5px !important;
}

.gotop a {
  padding: 7px 15px !important;
}


@font-face {
  font-family: 'plus';
  src: url('../font/plus.eot?q5bi5d');
  src: url('../font/plus.eot?q5bi5d#iefix') format('embedded-opentype'),
    url('../font/plus.ttf?q5bi5d') format('truetype'),
    url('../font/plus.woff?q5bi5d') format('woff'),
    url('../font/plus.svg?q5bi5d#plus') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-plus"],
[class*=" icon-plus"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'plus' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plusplusicon-plus:before {
  content: "\e9008";
  color: #9d9d9e;
}
