@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/
#headline h1::before {
    content: "Privacy";
}

/*-----------------------------------

	contents

-----------------------------------*/
#contents section {
    padding-bottom: 100px;
}
#contents section .contents_inner {
    max-width: 880px;
}
#contents h2 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
}
#contents h2 span {
    display: block;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.04em;
    color: #088b37;
    margin-top: 15px;
}
#contents h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    border-bottom: 2px solid #088b37;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width: 640px) {
    #contents section {
        padding-bottom: 60px;
    }
    #contents h2 {
        font-size: 21px;
        margin-bottom: 30px;
    }
    #contents h2 span {
        font-size: 12px;
        margin-top: 10px;
    }
    #contents h3 {
        font-size: 18px;
    }
}

/*-----------------------------------

	privacy_block

-----------------------------------*/
#privacy_block .wrap {
    margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
    #privacy_block .wrap {
        margin-bottom: 40px;
    }
}
