@charset "utf-8";
/* CSS Document */

/* h3 */
#d1758839,
#d1758028 {
  & 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%);
  }
}

/* around h4 */
#d1766985,
#d1752180,
#d1750877,
#d1757875,
#d1750625,
#d1750383,
#d1757540,
#d1757677,
#d1752339,
#d1750153 {
  & .l-inner {
    border: 1px solid #a67b2d;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 4px;
    color: #3a614f;
  }
  & .p-media-layout {
    margin-bottom: 9.5px;
  }
}

/*** The Yamaha Quality Support Center / Production ***/
[data-id="1770025"] {
  & .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);
  }
}