@charset "utf-8";
/* CSS Document */

/* h3 */
#d1751115,
#d1749768,
#d1750112 {
  & h3 {
    text-align: center;
    position: relative;
  }
  & h3::before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 10%;
    height: 5px;
    left: 50%;
    background-color: #4d639f;
    border-radius: 2px;
    transform: translateX(-50%);
  }
}

/*** Yamaha Quality Control: Quality Management / The Yamaha Quality Support Center  ***/
[data-id="1769906"] {
  & .p-media-layout-02 {
    background: #dfd4be;
    padding: 20px;
    border-radius: 20px;
  }
  & .c-link-list__list {
    border: 4px double #2c4b79;
    width: 45%;
    text-align: center;
    padding: 6px;
    background: rgba(255, 255, 255, 0.5);
  }
}