/* 20250615追加 TOPドメイン変更告知 */
.change-domain {
    width:100%;
    margin-bottom:24px;
    padding:14px;
    font-size:14px;
    font-weight:bold;
    line-height:1.3;
    text-align:center;
    background-color:#e7c4e5;

  position:relative;
}
.change-domain::before,
.change-domain::after {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  display:block;
  width:max(20px, calc(20 / 375 * 100%));
}
.change-domain::before {
  left:0;
  background:linear-gradient(90deg, rgb(244,244,244), transparent);
}
.change-domain::after {
  right:0;
  background:linear-gradient(-90deg, rgb(244,244,244), transparent);
}