main {}
main > h2 {
    font-size: 2.2rem;
    font-weight: 900;
    padding: 2rem 0;
}
main > h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #505f98;
    margin-bottom: 1.5rem;
}
main p {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
    padding: 0 2rem;
    margin-bottom: 3rem;
}
main p strong {
    font-size: 1.6rem;
    font-weight: 800;
    color: #505f98;
    margin-right: 0.5rem;
}
main .image {
    width: 100%;
    margin-bottom: 1rem;
}
main .image img {
    width: 100%;
}
main > pre {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 2rem;
}
main .box {
    border: 1px solid #505f98;
    border-radius: 1.5rem;
    padding: 2rem;
    margin-bottom: 2rem;
}
main .box h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #505f98;
    margin-bottom: 1.5rem;
}
main .box h4 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
main .box pre {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
}
main .box pre b {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    width: 8rem;
    display: inline-block;
}
main .box strong {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
    margin-left: 0.5rem;
    display: inline-block;
}

main .chart_wrap {
    margin-bottom: 4rem;
}
main .chart_wrap h2 {
    font-size: 2.2rem;
    font-weight: 900;
    padding: 1rem 0;
}
main .chart_wrap p {
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
main .chart_wrap p span {
    font-size: 1.6rem;
    font-weight: 600;
}
main .chart_wrap:nth-of-type(4) p {
    justify-content: flex-end;
}

main .qna_wrap {}
main .qna_wrap .all {
    background: #eee;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
}
main .qna_wrap a {
    border-bottom: 1px solid #d8d8d8;
    padding: 2rem 1.5rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .qna_wrap a img {
    width: 1rem;
}
main .page {
    text-align: center;
    padding: 6rem 0;
}
main .page a {
    display: inline-block;
    width: 6rem;
    font-size: 1.8rem;
    font-weight: 600;
}
main .page strong {
    display: inline-block;
    width: 6rem;
    font-size: 1.8rem;
    font-weight: 800;
    color: #505f98;
}
main .open {}
main .open h3 {
    background: #eee;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
    padding: 2rem 1.5rem;
}
main .open pre {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
    padding: 2rem 1.5rem;
    border-bottom: 1px solid #d8d8d8;
}
main .button {
    display: flex;
    justify-content: center;
}
main .button button {
    background: #eee;
    font-size: 2rem;
    font-weight: 800;
    padding: 1.5rem 0;
    border-radius: 1.5rem;
    width: 25rem;
    margin: 6rem auto 0;
}

main .menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}
main .menu a {
    border-radius: 1rem;
    border: 1px solid #505f98;
    padding: 1.25rem 0;
    width: calc(100% / 3 - 0.75rem);
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}
main table {
    width: 100%;
    margin-bottom: 4rem;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-collapse:collapse;
    border-spacing:0;
}
main table tr {
    height: 4rem;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
main table tr:nth-child(odd) {
    background-color: #eee;
}
main table tr th {
    width: calc(100% / 6);
    font-size: 1.6rem;
    font-weight: 800;
}
main table tr td {
    width: calc(100% / 6);
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}