@font-face {
    font-family: 'ShinRetroMaruGothic';
    src: url('../fonts/ShinRetroMaruGothic-B.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rounded-mplus';
    src: url('../fonts/rounded-mplus-2p-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rounded-mplus';
    src: url('../fonts/rounded-mplus-2p-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.rounded-mplus {
    font-family: 'rounded-mplus', sans-serif;
}

body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }

.content {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    z-index: 2;
    padding: 16px;
}

.title {
    text-align: center;
    font-size: 1.8rem;
    margin: 8px;
    font-family: 'ShinRetroMaruGothic', sans-serif;
}

.title-border {
    text-align: center;
}

.title-border img {
    width: 128px;
    vertical-align: top;
}

.header {
    font-size: 1.8rem;
    margin: 0px auto;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 16px;
    text-align: center;
    border-radius: 8px;
    background-color: #FFF1AB;
    color: black;
}

.header img {
    max-height: 2.5rem;
    margin-right: 16px;
    vertical-align: sub;
}

.accent {
    color: #71A370;
}

.no-data {
    text-align: center;
    margin: 128px auto;
}

@media screen and (min-width: 769px) and (max-width: 1365px) {
    .content {
        max-width: 1024px;
    }
}

@media screen and (max-width: 768px) {
    .content {
        width: 100%;
        padding: 16px;
    }

    .title {
        font-size: 1.5rem;
    }

    .header {
        font-size: 1.3rem;
        padding: 8px 16px;
        display: flex;
        justify-content: left;
        align-items: center;
    }
}