/*! Writen  by SCSS */
.tab_group {
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(40px, 5.834vw, 70px) 0;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .tab_group {
      flex-wrap: wrap;
      gap: 12px 0; } }
  .tab_group a {
    width: 23%;
    border: 1px solid #667796;
    transition: 0.3s all ease-in-out 0s;
    font-size: clamp(14px, 1.637vw, 18px);
    text-align: center;
    display: flex;
    letter-spacing: -0.05em;
    justify-content: center;
    align-items: center;
    color: #667796;
    line-height: 1.3;
    padding: clamp(10px, 1.334vw, 16px) 5px; }
    @media screen and (max-width: 480px) {
      .tab_group a {
        width: 48%;
        font-size: 3.4vw; } }
    .tab_group a.cr, body:not(.mobile) .tab_group a:hover {
      background: #667796;
      color: #FFF; }

.page_ttl_group {
  flex-direction: column;
  row-gap: clamp(30px, 3.637vw, 40px);
  margin-bottom: clamp(40px, 6.364vw, 70px);
  text-align: center; }
  @media screen and (max-width: 480px) {
    .page_ttl_group {
      row-gap: 20px; } }
  .page_ttl_group .page_ttl {
    font-size: clamp(24px, 2.728vw, 30px); }
    @media screen and (max-width: 480px) {
      .page_ttl_group .page_ttl {
        font-size: 5.3vw; } }
  .page_ttl_group .page_read {
    font-size: clamp(15px, 1.637vw, 18px);
    line-height: 1.8; }
    @media screen and (max-width: 480px) {
      .page_ttl_group .page_read {
        font-size: 3.6vw; } }

.text_group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 15px; }
  @media screen and (max-width: 480px) {
    .text_group {
      row-gap: 10px; } }

.blue {
  color: #006098; }

.green {
  color: #0d764e; }

.item_name {
  font-size: clamp(14px, 1.819vw, 20px); }
  @media screen and (max-width: 820px) {
    .item_name {
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    .item_name {
      font-size: 16px; } }
  .item_name.border {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #073e97; }
    @media screen and (max-width: 480px) {
      .item_name.border {
        padding-bottom: 10px;
        margin-bottom: 10px; } }
  .item_name .small {
    font-size: 70%; }
  .item_name .small02 {
    font-size: 11px;
    display: inline-block;
    line-height: 1.4; }

.item_read {
  font-size: clamp(12px, 1.273vw, 14px);
  line-height: 1.8; }
  @media screen and (max-width: 820px) {
    .item_read {
      font-size: 14px; } }
  @media screen and (max-width: 480px) {
    .item_read {
      font-size: 13px;
      line-height: 1.6; } }
  .item_read .cap_l {
    display: block; }

.photo,
.image {
  position: relative; }
  .photo.fit,
  .image.fit {
    width: fit-content;
    margin: 0 auto; }
  .photo.bottom,
  .image.bottom {
    margin-top: 20px; }
    @media screen and (max-width: 480px) {
      .photo.bottom,
      .image.bottom {
        margin-top: 15px; } }
  .photo.border:after,
  .image.border:after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #CCC;
    pointer-events: none; }
  .photo .cap.ref,
  .image .cap.ref {
    right: 10px;
    bottom: 10px;
    border: 1px solid #000;
    line-height: 1.1;
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    text-shadow: none; }
    @media screen and (max-width: 480px) {
      .photo .cap.ref,
      .image .cap.ref {
        right: 5px;
        bottom: 5px; } }

.lt {
  letter-spacing: -0.1em; }

/*# sourceMappingURL=quality_common.css.map */
