/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2025 | 13:21:42 */
/* 贈る言葉 */
.message.to.you {
    border: 10px solid rgba(144, 110, 73, 0.5);
    padding: 1em;
    margin: 3.5em 0;
    background: #fffcf7;
    border-radius: 8px;
}
@media screen and (min-width:500px){
  .message.to.you {
      padding: 2em;
  }
}

.message.to.you p {

    font-weight: bold;
    color: #675217;
    margin-bottom: 1em;
}

.message.to.you p:nth-child(3) {
    margin-top: 2em;
    color: #963d3d;

}