@charset "UTF-8";
.machine {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  /*block2*/
  /*//block2*/
  /*block3*/
  /*//block3*/
  /*block4*/
  /*//block4*/
}

.machine h1, .machine h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #000;
  border: none;
  text-align-last: left;
  margin-bottom: .5em;
}

.machine .h2_deco::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: blue;
  margin-right: .5em;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}

.machine .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.machine .flex_txt {
  max-width: 60%;
  margin-left: auto;
}

.machine .flex_img {
  max-width: 40%;
  margin-right: auto;
}

.machine .flex_img img {
  width: 100%;
}

.machine .block1, .machine .block2, .machine .block3, .machine .block4, .machine .block5 {
  margin-bottom: 5em;
}

.machine .block3 {
  margin-bottom: 3em;
}

.machine .block2 table {
  border-collapse: collapse;
}

.machine .block2 table th {
  background-color: #eeecec;
  font-weight: normal;
}

.machine .block2 table th, .machine .block2 table td {
  border: 1px solid #ccc;
  text-align-last: left;
  padding: 1em;
}

.machine .block2 table .first_th {
  border-top: 2px solid blue;
}

.machine .block2 table .first_td {
  border-top: 2px solid skyblue;
}

.machine .block3 .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.machine .block3 .flex figure {
  margin-right: 1em;
}

.machine .block3 .flex figure figcaption {
  text-align: center;
  color: #4472c4;
  font-weight: bold;
}

.machine .block3 .flex figure:last-child {
  margin-right: 0;
}

.machine .block3 .flex img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.machine .block4 {
  max-width: 100%;
}

.machine .block4 table {
  width: 100%;
}

.machine .block4 table {
  border-collapse: collapse;
}

.machine .block4 table th {
  background-color: #eeecec;
  font-weight: normal;
}

.machine .block4 table th, .machine .block4 table td {
  border: 1px solid #ccc;
  text-align-last: left;
  padding: 1em;
}

.machine .block4 table .first_th {
  border-top: 2px solid blue;
}

.machine .block4 table .first_td {
  border-top: 2px solid skyblue;
}

.machine .block5 .google-map {
  position: relative;
  width: 60%;
  /* 左右に余白が必要なら値を変更してもOK */
  margin: 0 auto;
  height: 0;
  padding-bottom: 32%;
  /* googlemapの大きさを調整 padding-topでもOK */
  overflow: hidden;
}

.machine .block5 .google-map iframe {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  /* 必要であれば!importantを付けてください */
  height: 80%;
  /* 必要であれば!importantを付けてください */
}

@media screen and (max-width: 1000px) {
  .machine .block1, .machine .block2, .machine .block3, .machine .block4, .machine .block5 {
    margin-bottom: 2em;
  }
  .machine .flex_txt {
    max-width: 100%;
  }
  .machine {
    width: 95%;
    margin: 0 auto;
  }
  .machine .block3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 484px) {
  .machine .block3 .flex {
    display: block;
  }
  .machine .block3 .flex figure {
    margin-right: 0;
  }
}
/*# sourceMappingURL=machine.css.map */