/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
@media (min-width: 75em) {
  .pageHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: clamp(70px, 63.0769230769px + 1.9230769231vw, 100px);
    padding-bottom: 0 !important;
  }
  .pageHeader__ttlWrap {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
}

.contentsBody .comparison__tr {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--color-line);
  padding: 20px 0 10px;
}
.contentsBody .comparison__tr.tHead {
  border-color: var(--color-txt);
  padding-top: 0;
  padding-bottom: 10px;
  display: none;
}
.contentsBody .comparison__th.orgName {
  margin-top: 0;
  text-align: left;
}
.contentsBody .comparison__ttl {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.contentsBody .comparison__org {
  margin-top: 0;
  margin-bottom: 10px;
  padding: clamp(10px, 5.3846153846px + 1.2820512821vw, 30px) 20px;
  display: flex;
  justify-content: space-between;
}
.contentsBody .comparison__org:last-child {
  margin-bottom: 0;
}
.contentsBody .comparison__orgTtl {
  margin-top: 0;
  font-size: clamp(0.875rem, 0.8173076923rem + 0.2564102564vw, 1.125rem);
}
.contentsBody .comparison__orgTtl .feature__ico {
  margin-right: 10px;
}
.contentsBody .comparison__orgTtl .feature__ico svg {
  stroke-width: 2px;
  color: rgba(68, 68, 68, 0.8);
}
.contentsBody .comparison__orgTxt {
  margin-top: clamp(5px, 3.8461538462px + 0.3205128205vw, 10px);
}
.contentsBody .comparison__orgTtlWrap {
  width: 80px;
}
.contentsBody .comparison__orgTtlWrap p {
  margin-top: 0;
}
.contentsBody .comparison__orgSorting {
  display: inline-block;
  background-color: var(--color-txt);
  color: #fff;
  font-size: clamp(0.6875rem, 0.6586538462rem + 0.1282051282vw, 0.8125rem);
  text-align: center;
  padding: 0.3em 0.5em;
  border-radius: 3px;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.contentsBody .comparison__org dd {
  margin-left: 0;
  width: calc(100% - 80px);
}
.contentsBody .comparison__org.sara {
  background-color: rgba(133, 203, 221, 0.25);
}
.contentsBody .comparison__org.sara .comparison__orgTtl .feature__ico {
  width: 32px;
  height: 32px;
}
.contentsBody .comparison__org.sara .comparison__orgTtl svg {
  color: #46b6d3;
}
.contentsBody .comparison__org.sara .comparison__orgSorting {
  background-color: #46b6d3;
  font-weight: 500;
}
@media (min-width: 46.25em) {
  .contentsBody .comparison__tr {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .contentsBody .comparison__tr.tHead {
    display: flex;
    gap: 30px;
  }
  .contentsBody .comparison__tr.tHead .empty {
    display: none;
    width: 100px;
  }
  .contentsBody .comparison__th.orgName {
    width: 50%;
    font-size: 18px;
    padding: 10px;
  }
  .contentsBody .comparison__th.orgName.sara {
    color: #46b6d3;
    font-size: 140%;
  }
  .contentsBody .comparison__ttl {
    display: none;
    width: 100px;
    margin-bottom: 0;
  }
  .contentsBody .comparison__org {
    width: 50%;
    margin-bottom: 0;
  }
  .contentsBody .comparison__orgTtl {
    display: flex;
    align-items: center;
  }
  .contentsBody .comparison__orgTtl .feature__ico {
    width: 32px;
    height: 32px;
  }
  .contentsBody .comparison__org.sara .comparison__orgTtl .feature__ico {
    width: 48px;
    height: 48px;
  }
  .contentsBody .comparison__orgTtlWrap {
    display: none;
    gap: 5px;
    width: 100%;
  }
  .contentsBody .comparison__org dd {
    width: 100%;
  }
  .contentsBody .comparison__group {
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
    position: relative;
  }
  .contentsBody .comparison__group:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 100%;
    background-color: transparent;
    border-right: 2px dotted var(--color-line);
  }
}
.contentsBody .message {
  position: relative;
}
.contentsBody .messageTxt {
  font-size: clamp(1.125rem, 0.9519230769rem + 0.7692307692vw, 1.875rem);
  font-weight: 500;
  margin-top: 0;
  padding-bottom: 80px;
}
@media (min-width: 46.25em) {
  .contentsBody .messageTxt {
    text-align: center;
    line-height: 2.2;
  }
}
.contentsBody .deco {
  position: absolute;
  display: inline-block;
  opacity: 0.15;
  z-index: -1;
}
.contentsBody .deco1 {
  width: 170vw;
  top: -80px;
  right: -120vw;
  animation: pageInnerCloud01 24s linear infinite alternate;
}
.contentsBody .deco2 {
  width: 150vw;
  top: 30px;
  right: -120vw;
  animation: pageInnerCloud02 60s linear infinite alternate;
}
@keyframes pageInnerCloud01 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5%);
  }
}
@keyframes pageInnerCloud02 {
  0% {
    transform: translateY(-8%);
  }
  100% {
    transform: translateY(0);
  }
}
@media (min-width: 46.25em) {
  .contentsBody .deco1 {
    top: -300px;
    right: -130vw;
  }
  .contentsBody .deco2 {
    top: -110px;
    right: -125vw;
  }
}
@media (min-width: 75em) {
  .contentsBody .deco1 {
    top: -470px;
    right: -140vw;
  }
  .contentsBody .deco2 {
    top: -240px;
    right: -140vw;
  }
}
