@charset "UTF-8";
/* privacypolicy */
.privacypolicy {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin: 180px 0 175px;
    padding: 0 3px;
}

.section-text {
    max-width: 760px;
    padding: 0 25px;
    margin: 0 auto 170px;
}
.text-contents {
    margin-bottom: 100px;
}
.text-contents h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.text-contents p {
    text-align: left;
    margin: 10px 0 30px;
    font-size: 16px;
    line-height: 1.8em;
}

.go_to_top a {
    color: inherit;
    text-decoration: none;
}
.btn {
    background: #fff;
    border: 2px solid #3F5152;
    border-radius: 5px;
    color: #3F5152;
    display: block;
    font-weight: bold;
    max-width: 300px;
    padding: 15px 40px;
    text-align: center;

    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    margin: 0 auto;
  }


.btn:hover {
  background: #3F5152;
  color: #fff;
}

.btn span {
    letter-spacing: 0.1rem;
}








.copyright {
    font-size: 14px;
    color: #333;
    text-align: center;
    display: block;
    margin: 0 auto 20px;
}


@media screen and (max-width: 834px) {
    /* privacypolicy */
    .privacypolicy {
        font-size: 40px;
        margin: 65px 0 70px;
        }
    .section-text {
        margin: 0 auto 100px;
        display: block;
        padding: 0 25px;
        margin: 0 auto 170px;
    }   

    .text-contents {
        margin-bottom: 100px;
    }
    .text-contents h1 {
        font-size: 18px;
        font-weight: bold;
        text-align: left;
    }
    .text-contents p {
        text-align: left;
        margin: 10px 0 30px;
        font-size: 14px;
        line-height: 1.8em;
    }







    .copyright {
        font-size: 14px;
        color: #333;
        text-align: center;
        display: block;
        margin: 0 auto 20px;
    }

}


