body {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333333;
    font-size: 20px;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
header {
    position: sticky;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    width: 700px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    background-color: #eeeeee;
    border-bottom: solid 2px #333333;
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
}
header .description {
    position: absolute;
    bottom: 0px;
    right: 5px;
    font-weight: bold;
    font-size: 16px;
}
header img {
    position: relative;
    height: 100%;
    width: auto;
    margin-right: 10px;
}
h1 {
    font-weight: 800;
    font-size: 24px;
}
.sns_container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.result_container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    background-color: #f7f7f0;
    border-radius: 10px;
}
.sns_container div {
    margin-right: 10px;
    margin-left: 10px;
    width: 100px;
}
.outline {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    border-radius: 4px;
    background-color: #eeeeee;
}
.main_container {
    position: relative;
    width: 100%;
}
.main_container .spell_container {
    display: flex;
    position: relative;
    padding: 10px;
    border-bottom: solid 2px #333333;
}
.main_container .spell_container .caption {
    font-weight: bold;
    margin-top: auto;
    margin-bottom: auto;
}
.main_container .spell_container .spell {
    position: relative;
    font-size: 22px;
    width: 30%;
    color: #f23a87;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: auto;
}
.main_container .spell_container .japanese {
    position: relative;
    font-size: 18px;
    width: 70%;
}
.strong {
    color: #a97e04;
    font-size: 24px;
    font-weight: 800;
}
.c3-axis-y text {
    font-size: 16px;
}

.c3-axis-x text {
    font-size: 16px;
}
.c3-texts {
    font-size: 20px;
}
a,
a:link,
a:visited,
a:hover,
a:active {
    color: #f23a87;
    font-weight: 800;
}
.gamelist {
    width: 100%;
    position: relative;
}

.c3-line-data0 {
    stroke-width: 3px;
}
.c3-line-data1 {
    stroke-width: 3px;
}
