body, div, h1, a {
  margin: 0;
  padding: 0;
}

main {
  width: min(100%, 1000px);
  margin: auto;
}

.explain {
  background-color: #74af6f;
  text-align: center;
  padding: 0.5rem;
  color: white;
  font-size: min(2vw, 1.2rem);
  line-height: 1.8;
}

.m-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column {
  display: flex;
  flex-direction: column;
}

.card_list {
  width: min(100%, 1000px);
  margin: auto;
}

.card {
  position: relative;
  border-bottom: dotted 1.5rem #7bbca5;
  padding-bottom: 1rem;
  text-align: center;
  margin-top: 1rem;
  height: min(40vh, 40vw);
  align-items: end;
  height: 300px;
}

.card_item {
  width: min(40vw, 450px);
}
.card_item p {
  background-color: gray;
  color: white;
  padding: 0.5rem;
  border-radius: 2.5rem;
  text-decoration: none;
}

.logo {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.click {
  align-self: flex-end;
  width: min(20vw, 100px);
}

.right_item {
  width: min(40vw, 550px);
  justify-content: space-between;
  display: flex;
  position: relative;
}

.card_img {
  align-self: start;
  width: min(30vw, 300px);
  position: absolute;
  top: 0;
  rotate: 350deg;
  transform: translate(23%, -87%);
  right: 50%;
  z-index: -1;
}

.mobile {
  align-self: end;
  width: min(30vw, 200px);
  margin-left: auto;
}

.device {
  width: 30%;
}/*# sourceMappingURL=style.css.map */