#main_col * {
  box-sizing: border-box;
}

.read {
  width: 100%;
  margin-bottom: 60px;
}

.read__title {
  font-size: 24px;
  margin-bottom: 0.8em;
}

.read__text {
  font-size: 18px;
  line-height: 1.5;
}

.mpp_section {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.mpp_section__img {
  width: 30%;
}

.mpp_section__detail {
  width: 65%;
  font-size: 22px;
  line-height: 1.5;
}

.mpp_parts {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 1.5;
}

.mpp_parts__title {
  font-size: 24px;
  margin-bottom: 1em;
}

.mpp_parts_list_title {
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.mpp_parts_list {
  margin-bottom: 0.5em;
}

.mpp_parts_list__item {
  margin-bottom: 0.25em;
}

.mpp_parts_list__item::before {
  content: "・";
}

.mpp_parts_list_notice::before {
  content: "※";
}

.mpp_parts__link {
  display: block;
  font-size: 18px;
  color: #fff;
  background-color: #1c69d4;
  border: 1px solid #1c69d4;
  width: max-content;
  padding: 0.5em 1em;
  border-radius: 4px;
  margin-top: 1em;
  text-decoration: none;
}

.mpp_parts__link:hover,
.mpp_parts__link:focus {
  color: #1c69d4;
  background-color: #fff;
  text-decoration: none;
}

.mpp_catalog_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.mpp_catalog {
  width: 47%;
  margin-bottom: 60px;
}

.mpp_catalog__title {
  width: 100%;
  font-size: 24px;
  color: #fff;
  background-color: #999;
  padding: 0.5em 1em;
}

.mpp_catalog__img {
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.mpp_step__title {
  font-size: 24px;
  margin-bottom: 1em;
}

.mpp_step_list__item {
  margin-bottom: 30px;
}

.mpp_step_list__title {
  width: max-content;
  font-size: 20px;
  padding: 0.5em 0.8em;
  color: #fff;
  background-color: #999;
  margin-bottom: 0.5em;
}

.mpp_step_list__detail {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {

  .mpp_section__img {
    width: 100%;
    margin-bottom: 20px;
  }

  .mpp_section__detail {
    width: 100%;
  }

  .mpp_catalog {
    width: 100%;
    margin-bottom: 30px;
  }
}