@charset "UTF-8";


/*************
base
*************/

body {
    color: #333333;
    font-size: 100%;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #666666;
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

main {
    background-color: #f1ffff;
}


/*************
header
*************/
#header {
    position: initial;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10004;
    margin: 0;
    padding: 0;
    height: 105px;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #ffffff;
}



.contact_link {
    color: #54AEBB;
    text-decoration: underline;
}


.policySubTitle {
    text-align: center;
    font-weight: bold;
    color: #54AEBB;
}



/*************
footer
*************/


#footer {
    color: #FFF;
    text-align: center;
    background-color: #3E3E3E !important;
    margin: 0;
    padding: 2em 0;
}

footer .copy {
    line-height: 2;
}

footer .footer-copyright {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    text-align: center;
    color: #FFF;
    white-space: pre-wrap;
    letter-spacing: 0.5px;
}

.policyTitle {
    color: #54AEBB;
    font-weight: bold;
    text-align: center;
}

.addBox {
    width: 100%;
    margin: 1em auto;
    color: #000;
    background-color: #FFF;
    padding: 0.2em 1em;
    border-radius: 8px;
}