@charset "utf-8";

p {
    font-size: 16px;
    line-height: 1.5;
}
#wrap {
    background: #f7f7f7;
}
#mainVisual {
    color: #D2D2D2;
    font-weight: bold;
    background: url(../../img/privacy/mv_pc.jpg) top center no-repeat;
    height: 599px;
}
#mainVisual div {
    font-size: 48px;
    text-align: center;
    padding-top: 252px;
}
#mainVisual h1 {
    padding-top: 0;
}
#mainVisual span {
    color: #0098df;
    font-size: 20px;
    margin: 0 0 13px;
}
.sub {
	position: relative;
}
.sub .inner {
    color: #fff;
    line-height: 1.5;
    width: 800px;
    background: #222;
    padding: 26px 20px;
    margin: -55px auto 0;
}
#contents {
    background: #f7f7f7;
    padding-bottom: 146px;
}
article {
    width: 1000px;
    margin: 130px auto 0;
}
#article01 {
    margin-top: 22px;
}
#contents h2 {
    color: #0097E1;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    height: auto;
    padding: 6px 12px;
    margin-bottom: 30px;
    border-left: 2px solid #222;
}
article .inner {
    width: 740px;
    padding: 0 0 0;
    margin-top: 40px;
}
article .inner:nth-child(1) {
    margin-top: 0;
}
article .inner .clearfix {
    margin: 1.5em 0;
}
article .inner .clearfix img {
    width: 335px;
    float: left;
}
article .inner .clearfix p {
    width: 385px;
    float: right;
}
#footer {
    background: #222;
}
@media all and (min-width: 768px) {
}
@media all and (max-width: 767px) {
    p {
        font-size: 14px;
    }
    #contents {
        padding-bottom: 43.6%;
    }
    #mainVisual {
        background: url(../../img/privacy/mv_sp.jpg) top center no-repeat;
        background-size: 100% auto;
        height: 0;
        padding-bottom: 83.2%;
    }
    #mainVisual div {
        font-size: 6.4vw;
        padding-top: 0;
        width: 100%;
        position: absolute;
        top: 20%;
    }
    #mainVisual div span {
        font-size: 2.666666666666667vw;
        margin-bottom: 3vw;
    }
    #mainVisual h1 {
        position: initial;
    }
    .sub {
        margin-top: -37.8vw;
    }
    .sub .inner {
        font-size: 3.733333333333333vw;
        width: 89.33333333333333%;
        margin-top: -12.8vw;
    }
    article {
        width: 100%;
    }
    #article01 {
        margin-top: 5%;
    }
    #contents h2 {
        font-size: 4.4vw;
        margin-bottom: 3%;
    }
    article {
        margin-top: 43.6%;
    }
    article .inner {
        width: 89.33333333333333%;
        margin-top: 8%;
    }
    article .inner .clearfix p,
    article .inner .clearfix img {
        width: 100%;
        float: none;
    }
    article .inner .clearfix img {
        margin-top: 5%;
}