@import "reset.css";

section.common_sec01 {

  background-color: #FFFEEE;
  padding: 8.25rem 8.25rem;
  margin: 0 auto;
  text-align: center;
}
section.common_sec01 .txt_box {
  font-size: 2rem;
  margin-bottom: 3.125rem;
}
section.common_sec01 .comparison {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
section.common_sec01 .comparison .tit {
  background-color: #4A4946;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 1rem;
  width: 100%;
  min-height: 7.5rem;
  padding: 1.5rem;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.common_sec01 .comparison > div {
  max-width: 28.75rem;
  width: 33.33%;
}
section.common_sec01 .comparison > div:nth-child(2) {
  margin: 0 1.875rem;
}
section.common_sec01 .comparison > div > ul li {
  font-size: 1.25rem;
  line-height: 1.2;
  border-bottom: 0.063rem solid #C0C0C0;
  padding: 1.25rem;
  margin-bottom: 0.625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
}
section.common_sec01 .comparison > div > ul li:first-child {
  font-weight: 600;
  border-color: #000;
}
section.common_sec01 .comparison > div > ul li p {
  width: calc(50% - 0.25rem);
  line-height: 1.4rem;
}
section.common_sec01 .comparison > div > ul li p span {
  color: #696969;
  font-size: 0.813rem;
  display: block;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  section.common_sec01 {
    padding: 4rem 1rem;
  }
  section.common_sec01 .txt_box {
    margin-bottom: 1.875rem;
    text-align: left;
  }
  section.common_sec01 .comparison {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.common_sec01 .comparison .tit {
    border-radius: 0.625rem;
    font-size: 1rem;
    min-height: 3.688rem;
  }
  section.common_sec01 .comparison > div {
    width: 100%;
    max-width: none;
    margin-bottom: 3rem;
  }
  section.common_sec01 .comparison > div:nth-child(2) {
    margin: 0;
    margin-bottom: 3rem;
  }
  section.common_sec01 .comparison > div:last-child {
    margin-bottom: 0;
  }
  section.common_sec01 .comparison > div > ul li {
    font-size: 1rem;
    padding: 0.625rem;
    min-height: 4.813rem;
  }
}
