.red {
  color: red;
}

.mainImag {
  position: relative;
  margin-bottom: 2rem;
  width: calc(100% + 4rem);
  left: -2rem;
}
@media screen and (max-width: 767px) {
  .mainImag {
    width: 100%;
    left: 0;
  }
}

.marker {
  background: linear-gradient(transparent 50%, #ffd5e7 50%);
}

ul.disc {
  padding-bottom: 2rem !important;
}

.flowWrap {
  padding: 0 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .flowWrap {
    padding: 0;
  }
}

.ulTt {
  font-size: 1.1rem;
  font-weight: bold;
}

h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.contactArea {
  padding-top: 2rem;
}
.contactArea .text {
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
.contactArea .text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contactArea .text span {
    padding-top: 0.5rem;
  }
}

ul.type5 {
  display: flex;
  justify-content: space-between !important;
  padding: 0 2rem !important;
}
@media screen and (max-width: 767px) {
  ul.type5 {
    flex-wrap: wrap;
    justify-content: center !important;
    padding: 0 1rem !important;
  }
}
ul.type5 li {
  flex-basis: 19.5%;
  background-color: blue;
}
@media screen and (max-width: 767px) {
  ul.type5 li {
    flex-basis: 31%;
    margin: 0.2rem;
  }
}

.measure_contact {
  width: 420px;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .measure_contact {
    width: 70vw;
  }
}
.measure_contact a {
  width: 100%;
  padding: 12px 2px;
  display: block;
  color: #ffffff;
  background-image: linear-gradient(180deg, rgb(128, 126, 126) 28.71%, rgb(57, 57, 57) 100%);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 4px 14px -5px rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}
.measure_contact a:hover {
  background-image: linear-gradient(180deg, rgb(252, 132, 40) 28.84%, rgb(255, 86, 28) 100%), url(url);
  box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
}
.measure_contact a p span {
  display: block;
  font-size: 1.2rem;
}

.flwrap3 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.flwrap3 .th,
.flwrap3 .td {
  padding: 1rem;
  border-bottom: 2px #fff solid;
  border-left: 2px #fff solid;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flwrap3 .th {
  flex-basis: 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flwrap3 .th {
    flex-basis: 30%;
  }
}
.flwrap3 .td {
  flex-basis: 80%;
  background-color: rgb(247, 247, 247);
}
@media screen and (max-width: 767px) {
  .flwrap3 .td {
    flex-basis: 70%;
  }
}
.flwrap3 .td ul.mat {
  display: block;
  padding: 0 !important;
}
.flwrap3 .td ul.mat li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .flwrap3 .td ul.mat li {
    flex-wrap: wrap;
  }
}
.flwrap3 .td ul.mat li span.mae {
  flex-basis: 27%;
  display: block;
}
@media screen and (max-width: 767px) {
  .flwrap3 .td ul.mat li span.mae {
    flex-basis: 100%;
  }
}
.flwrap3 .td ul.mat li span.ato {
  flex-basis: 73%;
}
@media screen and (max-width: 767px) {
  .flwrap3 .td ul.mat li span.ato {
    flex-basis: 100%;
    padding-left: 1rem;
  }
}
.flwrap3 .gray {
  background-color: rgb(231, 231, 231);
}

.flWrap_m2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flWrap_m2 {
    flex-wrap: wrap;
  }
}
.flWrap_m2 .text {
  flex-basis: 57%;
}
@media screen and (max-width: 767px) {
  .flWrap_m2 .text {
    flex-basis: 100%;
  }
}
.flWrap_m2 .text ul.m2 {
  padding: 1rem 2rem !important;
}
.flWrap_m2 .text ul.m2 li {
  width: 100%;
  list-style: disc;
}
.flWrap_m2 .imgwrap {
  flex-basis: 40%;
}
@media screen and (max-width: 767px) {
  .flWrap_m2 .imgwrap {
    flex-basis: 100%;
    padding: 2rem;
  }
}

ul.m3 {
  padding: 1rem 2rem !important;
}
ul.m3 li {
  width: 100%;
  list-style: disc;
}/*# sourceMappingURL=style.css.map */