@media (max-width: 480px) {
  .content-title .content-title-inner .title-wrapper h2 {
    font-size: 4vw;
  }
}
.figure-block {
  width: 94vw;
}
@media (min-width: 1160px) {
  .figure-block {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
}

.perfect-circle {
  width: 35vw;
  height: 35vw;
  max-width: 262px;
  max-height: 262px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: transparent;
  position: relative;
}
.perfect-circle div {
  width: 35vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.perfect-circle p {
  font-size: 2.5vw;
}
@media (min-width: 768px) {
  .perfect-circle p {
    font-size: 18px;
  }
}
.perfect-circle.pm {
  background-color: #999;
}
.perfect-circle.cm {
  background-color: #b19b4d;
}

.cm-block {
  background-color: #eee;
  padding: 4vw;
  margin-bottom: 4vw;
  width: 94vw;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.title-image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4vw;
  max-width: 366px;
}
.title-image .fig-title, .title-image .fig-img {
  width: 42vw;
  max-width: 180px;
}
.title-image .fig-title {
  background-color: #333;
  height: 42vw;
  max-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.title-image .fig-title h5 {
  color: #fff;
}
.title-image .fig-title h5 span {
  color: #b19b4d;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
}

.detail {
  border: 1px solid #b19b4d;
  background-color: #fff;
  border-radius: 10px;
  padding: 4vw;
}
.detail .detail-part:first-of-type {
  border-bottom: 1px dotted #888;
  margin-bottom: 4vw;
}

@media (min-width: 480px) {
  .cm-block {
    padding: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .cm-block {
    margin-bottom: 25px;
  }
  .procedure {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .procedure .title-image {
    width: 364px;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .procedure p {
    flex: 1;
    margin-bottom: 0;
  }
  .detail {
    display: flex;
    padding: 1rem;
  }
  .detail .detail-part {
    width: 48%;
  }
  .detail .detail-part:first-of-type {
    border-bottom: none;
    margin-bottom: 0;
    border-right: 1px dotted #888;
    margin-right: 2%;
    padding-right: 2%;
  }
}/*# sourceMappingURL=cmpm.css.map */