/* TOPICS */

section#contents-title {
    height: 230px;
    background-image: url("../images/title_bg_pc.png");
}
section#contents-title h1 {
    padding-top: 50px;
}

section.topics-contents .inner {
    width: 94%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}
section.topics-contents.first-contents .inner {
    padding-top: 0;
}

section.topics-wide {
    background-color: #fcfce2;
    padding: 60px 0 70px;
}
section.topics-wide .inner {
    width: 94%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

section.topics-contents h2 {
    position: relative;
    background-color: #64b4ff;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.6;
    font-size: 36px;
    font-weight: 900;
    color: #ffffff;
}
section.topics-contents h2.left-spread {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}
section.topics-contents h2.left-spread:before {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #64b4ff;
    content: "";
}
section.topics-contents h2.right-spread {
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}
section.topics-contents h2.right-spread:after {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #64b4ff;
    content: "";
}

section.topics-contents h3,
section.topics-wide h3 {
    margin-bottom: 1em;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 700;
}
section.topics-contents p,
section.topics-wide p {
    margin-bottom: 1em;
    line-height: 2.0;
    font-size: 18px;
}

section.topics-wide p.image {
    font-weight: 700;
}

section.topics-contents p.image img.pc2 {
    display: none;
}
@media only screen and (max-width: 950px) {
    section.topics-contents p.image img.pc1 {
        display: none;
    }
    section.topics-contents p.image img.pc2 {
        display: block;
    }
}


@media only screen and (max-width: 750px) {

section#contents-title {
    height: auto;
    background-image: none;
}
section#contents-title h1 {
    padding-top: 0;
}

section.topics-contents .inner,
section.topics-wide .inner {
    width: 90%;
}
section.topics-contents .inner {
    padding-top: 12vw;
    padding-bottom: 12wv;
}
section.topics-wide {
    padding: 12vw 0;
}

section.topics-contents h2 {
    margin-bottom: 2em;
    padding: 0.5em 1em;
    font-size:  5.4vw;
}
section.topics-contents h2.left-spread {
    border-top-right-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
}
section.topics-contents h2.right-spread {
    border-top-left-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
    font-size:  5.0vw;
}

section.topics-contents h3,
section.topics-wide h3 {
    font-size: 4.2vw;
}
section.topics-contents p,
section.topics-wide p {
    font-size: 3.4vw;
}

section.topics-contents p.image img.pc2 {
    display: none;
}

}



