@charset "utf-8";
/* CSS Document */

#point-kakunin-page {
    margin-bottom: 2em;
    margin: 0 auto;
    max-width: 1000px;
    overflow: auto;
}

.heading {
    background-color: inherit;
    border-bottom: 2px solid #999;
    color: #333;
    font-size: 22.4px;
    font-weight: bold;
    height: auto;
    line-height: 30.4px;
    margin-bottom: 24px;
    padding: 0 .5rem 4px;
    text-align: left;
}

.image {
    margin:  0 auto 2em;
    display: block;
    text-align: center;
    width: 100%;
}
@media only screen and (min-width: 960px) {
    .image {
        width: 100%;
    }
}

.image__jpg {
    width: 100%;
}
@media only screen and (min-width: 960px) {
    .image__jpg {
        width: 75%;
    }
}

.image__jpg--pc {
    display: none;
    margin:  0 auto 1.5em;
}
@media only screen and (min-width: 960px) {
    .image__jpg--pc {
        display: block;
    }
}

.image__jpg--sm {
    display: block;
    margin:  0 auto;
}
@media only screen and (min-width: 960px) {
    .image__jpg--sm {
        display: none;
    }
}

p.text {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 2em;
    padding: 0 .5rem;
    text-align: left;
}

p.text--center {
    text-align: center;
}

.summary {
    background: #eee;
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 1em;
    text-align: center;
    width: 100%;
}

.subheading {
    background: red;
    color: #fff;
    font-size: 18px;
    margin-bottom: .5em;
    padding: .25rem .5rem;
}

.subheading--001 {
    background: #f29700;
}

.subheading--002 {
    background: #8fc320;
}

.subheading--003 {
    background: #940883;
    display: none;
}
@media only screen and (min-width: 960px) {
    .subheading--003 {
        display: block;
    }
}

.subheading--004 {
    background: #0071bd;
    display: none;
}
@media only screen and (min-width: 960px) {
    .subheading--004 {
        display: block;
    }
}

.subheading--005 {
    background: #0071bd;
    display: block;
}
@media only screen and (min-width: 960px) {
    .subheading--005 {
        display: none;
    }
}

.text--pc {
    display: none;
}
@media only screen and (min-width: 960px) {
    .text--pc {
        display: inline-block;
    }
}

.text--sm {
    display: inline-block;
}
@media only screen and (min-width: 960px) {
    .text--sm {
        display: none;
    }
}