@charset "UTF-8";


main {
    padding: 60px 0;
}

.container {
    width: 100%;
    max-width: 893px;
    padding: 0 7vw 0;
    margin: 0 auto;
}

.pc_only {
    display: none;
}

.sp_only {
    display: block;
}


/*************
header
*************/

#header {
    min-width: 320px;
    height: 58px;
    border-top: 3px solid #357eec;
}

.header-logo {
    margin: 20px 0 0 13px;
    display: block;
    width: 107px;
    height: 29px;
    line-height: 1;
    text-indent: -9999px;
    background: url(../img/logo-sb.svg) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
}

.policyTitle {
    font-size: 5.64102564vw;
    margin-bottom: 30px;
}

.policySubTitle {
    font-size: 4.61538462vw;
    margin-top: 20px;
}

.policyTxt {
    font-size: 13px;
}

.fz14 {
    font-size: 3.58974359vw;
    margin-top: -10px;
}


/*************
margin-top
*************/


.mt100 {
    margin-bottom: 100px;
}

.mt50 {
    margin-top: 50px;
}

.mt25 {
    margin-top: 25px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt0 {
    margin-top: 0;
}


/*************
margin-bottom
*************/

.mb100 {
    margin-bottom: 100px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb0 {
    margin-bottom: 0;
}