/* TOPICS */

section#contents-title {
    height: 265px;
    background-image: url("../images/title_bg_pc.png");
    margin-bottom: 40px;
}
section#contents-title h1 {
    margin-bottom: 1.5em;
    padding-top: 80px;
}

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

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

section.community-contents .flex-wrap {
    justify-content: space-between;
}
section.community-contents .flex-wrap .block {
    width: 48%;
}

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

section.community-contents a.btn-link {
    width: 100%;
    max-width: 460px;
    background-color: #ff9e00;
    text-align: center;
}
section.community-contents a.btn-link:hover {
    background-color: #ffbb4c;
}
section.community-contents a.btn-link.small {
    font-size: 17px;
}


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

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

section.community-contents .inner {
    width: 90%;
    padding-bottom: 12vw;
}

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

section.community-contents .flex-wrap {
    display: block;
}
section.community-contents .flex-wrap .block {
    width: 100%;
    margin-bottom: 8vw;
}
section.community-contents .flex-wrap .block.imaegs {
    margin-bottom: 0;
}

section.community-contents h3 {
    font-size: 4.2vw;
}
section.community-contents p {
    font-size: 3.4vw;
}


section.community-contents a.btn-link {
    max-width: inherit;
}
section.community-contents a.btn-link.small {
    font-size: 3.2vw;
}

}



