<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.subTitle {
    height: 250px;
    background: url("../../privacypolicy/img/sub-bg.png") center center  !important;
	background-size: cover;
    text-align: center;
}
section.pp001 .txt {
    width: 700px;
    margin: 0 auto;
    font-size: 16px;
}section.pp001 {
    padding: 50px 0;
}
section.about003 {
    background: #EEEEEE;
    margin-bottom: 100px;
}
.works-02 {
    display: flex;
    justify-content: center;
}.works-02-cont {
    padding: 40px;
    width: 50%;
    display: flex;
}.works-02-cont .txt {
    padding: 0 20px;
    position: relative;
}.works-02-cont .txt h3 {
    font-size: 21px;
    margin: 15px 0;
}.works-02-cont .txt p {
    font-size: 15px;
    font-weight: bold;
}.works-02-cont figure {
    line-height: 0;
}.works-02-cont .Btn02 {
    position: absolute;
    display: block;
    width: 256px;
    bottom: 0;
    left: 20px;
}
@media screen and (max-width: 768px) {
section.pp001 .txt {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: justify;
}
}</pre></body></html>