@charset "UTF-8";


main {
    padding: 80px 0;
}

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

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

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

#header {
    position: initial;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10004;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 105px;
    border-top: 5px solid #357eec;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #ffffff;
}

.header-logo {
    margin: 30px 25px 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    width: 194px;
    height: 54px;
    line-height: 1;
    text-indent: -9999px;
    background: url(../img/logo-sb.svg) no-repeat left center;
    background-size: 194px 54px;
    position: relative;
    top: -7px;
    text-decoration: none;
    will-change: opacity;
}

.policyTitle {
    font-size: 28px;
    margin: 30px 10px;
}

.fz14 {
    font-size: 28px;
}

.policySubTitle {
    font-size: 22px;
    margin-top: 70px;
}


.policyTxt {
    font-size: 16px;
}


/*************
footer
*************/
#footer .copy {
    font-size: 12px;
    padding: 0;
    line-height: 2;
}

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

.mt100 {
    margin-top: 200px;
}

.mt50 {
    margin-top: 100px;
}

.mt25 {
    margin-top: 50px;
}

.mt20 {
    margin-top: 40px;
}

.mt10 {
    margin-top: 20px;
}

.mt5 {
    margin-top: 10px;
}

.mt0 {
    margin-top: 0;
}

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

.mb100 {
    margin-bottom: 200px;
}
.mb50 {
    margin-bottom: 100px;
}

.mb25 {
    margin-bottom: 50px;
}

.mb20 {
    margin-bottom: 40px;
}

.mb10 {
    margin-bottom: 20px;
}

.mb5 {
    margin-bottom: 10px;
}

.mb0 {
    margin-bottom: 0;
}

