@charset "UTF-8";
@import url(/css/variables.css);

/* reset */
.ttl-h2 {
  margin: 0;
}

main img {
  width: 100%;
  height: auto;
}

.lead-area {
  margin-bottom: 0;
}

.top-box{
  margin: 0;
}

.wrap {
  width: calc(100% - 2em);
}

.lead-area {
  margin-top: var(--space-lvl10);
}

.sec {
  margin-top: var(--space-lvl10);
}

.sec-inner {
  padding: var(--space-lvl10) 0;
}

@media screen and (max-width: 39.9375em) {
  .lead-area {
      margin-top: var(--space-lvl5);
  }

  .sec {
      margin-top: var(--space-lvl5);
  }

  .sec-inner {
      padding: var(--space-lvl5) 0;
  }
}

/* heading */
.ttl-h2 {
  margin-bottom: var(--space-lvl5);
  line-height: 1.2;
  text-align: center;
}

.ttl-h3 {
  margin-bottom: var(--space-lvl3);
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  .ttl-h2 {
      margin-bottom: var(--space-lvl3);
  }

  .ttl-h3 {
      margin-bottom: var(--space-lvl2);
  }
}

/* background-color */
.bg-gray {
  background-color: var(--gray-100);
}

.bg-white {
  background-color: var(--white);
}

/* other */
.box-shadow {
  box-shadow: var(--box-shadow);
}
/* トップへ戻る */
.sec-top-box{
  padding: var(--space-lvl5) 0;
}
/* ページ内リンクの位置調整 */
.anchor{
  padding-top: 120px;
  margin-top: -120px;
}

.contents{
  margin-top: var(--space-lvl5);
}
.flex {
  display: flex;
}

.mg-ttl {
  margin-bottom: 35px;
}
.flex-row {
  display: flex;
  margin-bottom: 30px;
}
.headline {
  padding: 10px 1rem;
  color: #fff;
  margin-bottom: 25px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(0%, rgb(119, 135, 140)),
    color-stop(100%, rgb(164, 176, 180))
  ); /*古いWebkitブラウザ用の記述*/
  background-image: -moz-linear-gradient(
    90deg,
    rgb(119, 135, 140) 0%,
    rgb(142, 156, 160) 46%,
    rgb(164, 176, 180) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(119, 135, 140) 0%,
    rgb(142, 156, 160) 46%,
    rgb(164, 176, 180) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(119, 135, 140) 0%,
    rgb(142, 156, 160) 46%,
    rgb(164, 176, 180) 100%
  );
  background-image: linear-gradient(
    90deg,
    rgb(119, 135, 140) 0%,
    rgb(142, 156, 160) 46%,
    rgb(164, 176, 180) 100%
  ); /*ベンダープレフィックスなしの記述*/
}
.left-area {
  margin-right: 15px;
}
.flows-arrow {
  text-align: center;
  position: relative;
  width: 160px;
  padding: 20px 0 15px;
  background: #d3e2e5;
  font-weight: 500;
}
.flows-arrow::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: " ";
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 15px 80px;
  border-top-color: #d3e2e5;
}
.fs32 {
  font-size: 1.35rem;
}
.img-wrap {
  background-color: #fff;
  padding: 40px 30px;
  margin: 40px auto;
}

.usage-example {
  gap: 30px;
}
.usage-example > div {
  background-color: #fff;
  box-shadow: 0 0 6px 2px rgba(17, 26, 43, 0.11);
  width: calc(100% / 3);
  padding: 32px;
}
.feature-table {
  width: 100%;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  height: 105px;
}
.feature-table > div {
  width: calc(100% / 3);
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #cecece;
}
.feature-table > div:first-child {
  background-color: #e4e6ec;
  font-weight: bold;
}

.feature-table p {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
  font-size: 14px;
  padding: 0 21px;
}

.price {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.price-wrap {
  text-align: center;
}
.price-num {
  font-size: 32px;
  font-weight: bold;
}
.sp {
  display: none;
}
@media screen and (min-width: 40em) {
  .fs32 {
    font-size: 2rem;
  }
  .text-pc-center {
    text-align: center;
  }
  .right-area {
    margin: auto 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .sp {
    display: block;
  }
  .ttl-h3 {
    font-size: 1.3rem;
  }
  .img-wrap {
    background-color: #fff;
    padding: 20px;
    margin: 40px auto;
  }
  .left-area {
    width: 94px;
  }
  .right-area {
    width: calc(100% - 109px);
  }
  .flows-arrow {
    font-size: 0.78rem;
    width: 100%;
  }
  .flows-arrow::after {
    border-width: 15px 47px;
  }
  .flex-row {
    min-height: 75px;
  }
  .usage-example {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .usage-example > div {
    width: calc(100% - 40px);
    padding: 20px;
  }

  .usage-example p {
    text-align: left;
  }
  .feature-table {
    height: auto;
  }
}

/* オプションタグ */
.optionTag{
  padding: 3px 6px 3px 6px;
  font-size: 12px;
  background-color: var(--jayBlue-700);
  color: var(--white);
  display: inline-block;
}

.optionTag{
  padding: 3px 6px 3px 6px;
  font-size: 12px;
  background-color: var(--jayBlue-700);
  color: var(--white);
  display: inline-block;
  margin-bottom: 5px;
}

/* 設備点検項目 */
.option-wrap{
  padding: var(--space-lvl4) 1rem var(--space-lvl2);
}
.option-wrap ul{
  display: flex;
  justify-content: center;
  gap: var(--space-lvl5);

}
.option-wrap .option-list{
display: grid;
row-gap: 10px;
place-content: center;
place-items: center;
width: 150px;
height: 120px;

font-size: 12px;
line-height: 1.1;
letter-spacing: -1.2px;
}

.option-wrap > p{
  margin-top: 10px;
}

/* EXCEL帳票連携 */
#excel figure{
  padding: 30px 1rem;
}