@charset "UTF-8";
/* CSS Document */

blockquote {
  line-height: 1.8rem;
}
@media screen and (max-width: 960px) { /* スマホ・タブレット用 */
  blockquote {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.ua {
  width: 80%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 15px 10px 15px;
  background-color: #EFEFEF;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.heat20_merit_title {
  position: relative;
  top: 27px;
}
.heat20_merit {
  width: 95%;
  margin: 0 auto;
  padding: 30px 20px 30px 20px;
  background-color: #EFEFEF;
}
.heat20_merit_flex {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
}
.heat20_merit_58per {
  width: 58%;
}
.heat20_merit_37per {
  width: 37%;
}
@media screen and (max-width: 960px) { /* スマホ・タブレット用 */
  .heat20_merit_flex {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .heat20_merit_58per, .heat20_merit_37per {
    width: 100%;
  }
}
.heat20_contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.heat20_contact_58per {
  width: 60%;
}
.heat20_contact_37per {
  width: 40%;
}
@media screen and (max-width: 960px) { /* スマホ・タブレット用 */
  .heat20_contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .heat20_contact_60per {
    width: 100%;
  }
}