/*! Writen  by SCSS */
.pre-inc .flex {
  align-items: flex-start;
}
.pre-inc .item_head {
  font-size: clamp(12px, 1.45vw, 18px);
  line-height: 1.6;
  color: #c5a585;
}
@media screen and (max-width: 480px) {
  .pre-inc .item_head {
    line-height: 1.4;
    font-size: 13px;
  }
}
.pre-inc .item_head .text_cap {
  display: inline-block;
  line-height: 1;
  font-size: 0.6em;
}
.pre-inc .item_text {
  font-size: clamp(10px, 1.12vw, 14px);
  line-height: 2.15;
}
@media screen and (max-width: 960px) {
  .pre-inc .item_text {
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .item_text {
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) {
  .pre-inc .item_text {
    font-size: 12px;
  }
}
.pre-inc .item_text .cap_l {
  font-size: 0.85em;
  display: inline-block;
}
.pre-inc .evaluation_tab_wrap {
  max-width: 1000px;
  margin-top: clamp(80px, 10%, 120px);
  font-size: clamp(14px, 1.92vw, 20px);
}
@media screen and (max-width: 480px) {
  .pre-inc .evaluation_tab_wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 4%;
  }
}
.pre-inc .evaluation_tab_wrap .item {
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 480px) {
  .pre-inc .evaluation_tab_wrap .item {
    width: 48%;
  }
}
.pre-inc .evaluation_tab_wrap .item .tab_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 0.5em 0;
  padding: 0.8em 0.3em;
  letter-spacing: 0.1em;
  color: #c6a685;
  border: 1px solid #c6a685;
  background: #000;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (hover: hover) {
  .pre-inc .evaluation_tab_wrap .item .tab_link:hover {
    background: #c6a685;
    color: #000;
  }
}
.pre-inc .evaluation_tab_wrap .item .tab_link.cr {
  background: #c6a685;
  color: #000;
}
.pre-inc .evaluation_tab_wrap .item .tab_link .jp {
  font-size: 0.8em;
}
.pre-inc .content_head_wrap {
  border-bottom: 1px solid #c5a585;
  align-items: baseline;
  gap: 0 20px;
  padding-bottom: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .pre-inc .content_head_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px 0;
  }
}
.pre-inc .content_head_wrap .content_head {
  font-size: clamp(14px, 1.61vw, 20px);
  color: #c5a585;
  display: flex;
  align-items: baseline;
  line-height: 1;
  gap: 0 0.8em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .pre-inc .content_head_wrap .content_head {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    gap: 0.5em;
  }
}
.pre-inc .content_head_wrap .content_head .en {
  font-size: 1.1em;
}
.pre-inc .content_head_wrap .read {
  text-align: right;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .pre-inc .content_head_wrap .read {
    width: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=evaluation_common.css.map */