html
{
    font-size: 62.5%;
    /*10px*/
}

.sw-header
{
    padding: 12px 0; 

    background: #fff;
}
.sw-header .logo
{
    margin-bottom: 0;
}

.sw-mainContents
{
    font-family: arial, 'Hiragino kaku Gothic Pro', Meiryo, 'Yu Gothic', sans-serif;
    font-size: 14px;
    font-size: 1.4rem; 
    line-height: 1;

    display: block;
}
.sw-mainContents p
{
    line-height: 1.4;

    color: #555;
}

.pp-card
{
    margin: 40px 0;
    padding: 24px;

    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
}

.pp-header
{
    padding: 40px 0;

    color: #fff; 
	background: rgb(74,203,244);
	background: linear-gradient(135deg, rgba(74,203,244,1) 0%, rgba(52,113,243,1) 50%, rgba(100,87,243,1) 100%);
}

.terms ul
{
    margin: 24px 0; 

    color: #555;
}
.terms ul > li
{
    line-height: 1.4;

    position: relative;

    margin-bottom: 16px;
    padding-left: 24px; 

    list-style: none;
}
.terms ul > li:before
{
    position: absolute;
    top: 8px;
    left: 0;

    width: 4px;
    height: 4px;

    content: '';

    background: #555;
}

.terms strong
{
    font-weight: bold;
}

.terms h1
{
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: normal; 
    line-height: 1;

    padding: 0;
}

.terms h2
{
    font-size: 24px;
    font-size: 2.4rem; 
    line-height: 1;

    margin: 32px 0;
    padding: 0;
    padding-bottom: 12px;

    border-bottom: 1px solid #ccc;
}

.terms h3
{
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;

    margin: 20px 0;
    padding: 0;
    padding-left: 12px;

    color: #555; 
    border-left: 2px solid #fcaa24;
}

.terms h4
{
    font-size: 16px;
    font-size: 1.6rem; 
    line-height: 1;

    margin: 16px 0;
    padding: 0;
}

.sct-mg{
    margin: 30px;
    text-align: center;
}

/*# sourceMappingURL=privacy.css.map */
