@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
body {
  font-family: YakuHanJP, "Zen Kaku Gothic New", serif;
  padding: 0;
  margin: 0;
}

.center {
    text-align: center;
    margin: 0 auto;
}
.s03 p {
    margin: 20px auto 60px;
    font-size: 24px;
    text-align: center;
    color: #000000;
}
div.s03{
    margin: 40px auto;
    padding: 5px 5px 50px 5px;
    background: #F2F7FD;
    border-radius: 10px;
    max-width: 750px;
}
.button{
        text-align: center;
        color: #003095;
        text-decoration: none;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.25;
        padding: 1em 3em;
        background-color: #fff500;
        width: fit-content;
        margin: 0 auto;
        border-radius: 100px;
        position: relative;
}

.button:hover{
        opacity: 0.5;
}


.s03 span.date{
        font-size:1.5em;
        font-weight: bold;
}
.s03 span.name{
        background:#003095;
        color: #ffffff;
        margin-right: 10px;
        margin-top: 10px;
        padding: 5px 10px;
        border-radius: 10px;
}

@media screen and (max-width: 768px) {
  div.s03{
    padding-bottom: 20px;
    margin-top: 20px;
}
  .button::before {
      content: "";
      display: block;
      width: 10px;
      height: auto;
      aspect-ratio: 10 / 18;
      background: center / contain url(./image/s03_btn_arrow.svg) no-repeat;
      position: absolute;
      right: 1em;
      top: 50%;
      transform: translateY(-50%);
  }

    .button {
        text-align: center;
        color: #003095;
        text-decoration: none;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.25;
        padding: 1em 2em;
        background-color: #fff500;
        width: 100%;
        margin: 0 auto;
        border-radius: 100px;
        display: block;
        box-sizing: border-box;
        position: relative;
    }
    .s03 p {
        margin: 10px auto 20px;
        font-size: 18px;
    }
}