@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
    /* outline: 1px dashed rgba(170, 50, 220, .6); */
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans CJK JP', 'Noto Sans Japanese', 'Noto Sans JP', sans-serif, 'Arial','Avenir','Helvetica Neue','Helvetica','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,YuGothic,'Yu Gothic','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    color: #3e3e3f;
}

body {
    background-image: url('../images/background.png');
    background-size: contain;
    background-position: right top;
    background-repeat: repeat-y;
}
body#recruit {
    background-image: none;
}


ul, ol {
    list-style: none;
}

a {
    color: #000000;
    text-decoration: none
}

.tac {
    text-align: center;
}
.mb-1 {
    margin-bottom: 1rem;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.3s all, top 1s ease-in;
    z-index: 1500;
}

.header_container{
    width: calc(100% - 60px);
    height: 128px;
    margin: 0 auto;
    padding: 0 0 0 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#logo {
    display: flex;
    font-size: 11px;
    font-weight: 600;
    align-items: center;
    color: #717071;
}
.logo-pc {
    display: inline;
}
.logo-sp {
    display: none;
}

#nav-menu-container {
    display: inline-block;
}

#header_sp,
.close-menu {
    display: none;
}

.nav-menu {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 60px;
}

.nav-menu li {
    margin: 0;
    padding: 10px;
    list-style: none;
    margin-left: 10px;
    margin-right: 18px;
    float: left;
    position: relative;
    white-space: nowrap;
    height: 100%;
}
.recruit-menu li {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.nav-menu li span {
    display: block;
}

.nav-menu .contact {
    padding: 10px 52px;
    margin-left: 10px;
    margin-right: 5px;
    background: #45b7ad;
}
.nav-menu .recruit {
    max-width: 160px;
    max-height: 35px;
    padding: 0;
    margin-left: 10px;
    margin-right: 5px;
    background: #70b92c;
}

.nav-menu .recruit a {
    padding: 10px auto;
    background: #70b92c;
}

.nav-menu li a{
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    /* transition: all 0.3s; */
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;

    color: #FFFFFF;
    font-weight: bold;
}

#privacy .nav-menu li a,
#recruit .nav-menu li a{
    color: #222;
}

#recruit .nav-menu li.recruit a{
    color: #ffffff;
    padding: 7px 40px;
}

#nav-menu-container ul li{
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: space-between;
}

.wrapper {
    text-align: left;
    padding: 250px 200px;
    margin: 0 auto;
}

#top-msg {
    background-image: url('../images/background-1.jpg');
    background-size: cover;
    height: 900px;
    position: relative;
}

#top-msg .wrapper{
    text-align: right;
}

#top-msg h2 {
    color: #FFFFFF;
    font-size: 2.75em;
    font-weight: 500;
    letter-spacing: 0.2em; 
    text-shadow: #1a2567 0 2px 8px;
}

#top-msg .message-box p.message {
    color: #FFFFFF;
    margin-top: 80px;
    font-size: 1.0em;
    line-height: 2.25;
    letter-spacing: 0.1em;
    text-shadow: #1a2567 0 2px 8px;
}

#recruit-top {
    background-image: url('../images/bg-r1.jpg');
    background-size: cover;
    height: 900px;
    position: relative;
}

#recruit-top .wrapper{
    text-align: right;
    padding: 370px 120px;
}

#recruit-top h2{
    color: #FFFFFF;
    font-family: 'A1明朝', 'A1 Mincho', 'MS Mincho';
    font-size: 5.3em;
    line-height: 1.4;
    letter-spacing: 0.1em; 
}

.flex-center {
    display: flex;
}

#philosophy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-height: 900px;
    position: relative;
    padding: 250px 0;
    align-items: center;
    justify-content: center;
}

#philosophy .wrapper {
    padding: 10px;
    text-align: right;
}


#philosophy h2 {
    color: #555;
    font-size: 2.25em;
    letter-spacing: 0.1em;
}

#philosophy .philosophy-image {
    background-image: url(../images/philosophy.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    height: 444px;
    width: 58.3%

}

#philosophy .message-box p.message {
    color: #555;
    line-height: 2.57;
    margin-top: 40px;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.075em;
}

#recruit-works {
    display: flex;
    background: #f2f2f2;
}

#recruit-works * {
    font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;
    letter-spacing: 0.1em;
}

#recruit-works .wrapper {
    margin: 0 0 100px;
    padding: 300px 10px 100px 17%;
}

#recruit-works .message-box {
    padding: 90px 0 0 60px;
}

#recruit-works .message-box p.message {
    color: #555;
    line-height: 2.2;
    margin-top: 40px;
    font-size: 1.1em;
    font-weight: bold;
}

#recruit-works .works-desc {
    background: url(../images/works-desc.jpg);
    background-repeat: no-repeat;
    position: relative;
    min-width: 700px;
    min-height: 688px;
    margin-top: 200px;
}

#recruit-works .pics-title {
    position: absolute;
    color: #ffffff;
    font-size: 50px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 10px;
}

#recruit-works .pics-title:first-child {
    right: 10px;

}

#recruit-works .works-desc p {
    position: absolute;
    top: 420px;
    left: 100px;
    width: 460px;
    line-height: 2;
    font-size: 1em;
    color: #FFFFFF;
    background: rgba(0,0,0,0.8);
    padding: 60px 17px;
}

#recruit-place {
    background: #c8e3da;
}

#recruit-place * {
    font-family: 'Noto Serif CJK JP', 'Noto Serif JP', sans-serif;
    letter-spacing: 0.1em;
}

#recruit-place .wrapper {
    margin: 0 0 0;
    padding: 100px 200px 0;
}

#recruit-place .wrapper {
    display: flex;
}

#recruit-place-left {
    margin-top: 250px;
}

#recruit-place-right img {
    vertical-align:top;
}

#recruit-place .wrapper .place-desc {
    display: flex;
    margin-top: 50px;
    margin-left: 30px;
}

#recruit-place .wrapper .place-desc > div{
    width: 420px;
}

#recruit-place h3{
    margin: 0 30px 30px;
}

#recruit-place p{
    line-height: 2;
    margin: 0 30px 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #555;
}

#recruit-place .place_slide_pc {
    display: inline;
}

#recruit-place .place_slide_sp {
    display: none;
}

#recruit-data {
    background: #f2f2f2;
}

#recruit-data .wrapper {
    margin: 0 0 100px;
    padding: 300px 17% 0;
}

#recruit-data table {
    margin-left: 0;
    margin-top: 100px;
    border-collapse: collapse;
}

#recruit-data tr {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

#recruit-data th, 
#recruit-data td {
    font-size: 1em;
    padding: 30px 0;
    
}

#recruit-data th {
    width: 20%;
}

#recruit-flow .flow-box {
    display: table;
    width: calc(100% - 60px);
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 20px;
    min-height: 150px;
    position: relative;
}
#recruit-flow .flow {
    display: table-cell;
    vertical-align: middle;
}

#recruit-flow .flow-box li{
    margin-left: 1rem;
}

#recruit-flow .flow-box:last-child {
    margin-bottom: 0;
}

#recruit-flow .flow-arrow {
    text-align: center;
}

#recruit-entry {
    background: #ffffff;
}

.section-head {
    margin-bottom: 100px;
}

.section-head h2 {
    text-align: center;
    font-size: 2.25em;
    letter-spacing: 0.1em;
}

#feature .wrapper,
#company-profile .wrapper {
    text-align: left;
    padding: 100px;
    width: 66%;
    min-width: 900px;
}
.wrapper dl {
    margin: 15px 0;
}
.wrapper dl dt,
.wrapper dl dd {
    padding: 20px 0 0;
    height: 50px;
    border-bottom: 1px solid #aaa;
    font-weight: 500;
}
.wrapper dl dt {
    float: left;
    position: relative;
}

.wrapper dl dt span{
    border-bottom: 2px solid #aaa;
    width: 40px;
    display: block;
    margin: 0 5px;
    position: absolute;
    bottom: 0;
}

.wrapper dl dd {
    font-size: 1.25em;
    padding-left: 135px;
}

#feature > div.wrapper > dl > dd:nth-child(4n+4) {
    background: rgba(255, 255, 255, 0.4);
}

#achievements {
    padding-top: 100px;
}
#achievements .wrapper{
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 100%;
    padding: 0;
}

ul.achievements-list {
    display: inline-block;
    height: 460px;
    width: 3200px;
}

ul.achievements-list li {
    float:left;
    display: block;
    width: 400px;
    height: 460px;
    position: relative;
}

.achievement-content {
    position: absolute;
    bottom: 100px;
    left: 30px;
    color: #FFFFFF;
    text-align: left;
}

.achievement-content span {
    display: block;
    margin-top: 20px;
    color: #FFFFFF;
}

.achievements-list li:nth-child(4n+1) {
    background-image: url('../images/works-1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.achievements-list li:nth-child(4n+2) {
    background-image: url('../images/works-2.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.achievements-list li:nth-child(4n+3) {
    background-image: url('../images/works-3.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.achievements-list li:nth-child(4n+4) {
    background-image: url('../images/works-4.png');
    background-repeat: no-repeat;
    background-size: cover;
}

h3.section-head {
    text-align: center;
    font-size: 2.0em;
    font-weight: bold;
    margin: 125px 0 0;
}
#company-profile {
    padding-top: 100px;
}
#company-profile .wrapper dl dt span {
    width: 200px;
    text-align: center;
    padding: 20px 0;
    font-size: 1.25em;
    font-weight: bold;
}

#company-profile .wrapper dl dd {
    padding-left: 260px;
}

#company-profile .wrapper dl dd:nth-child(4n+4) {
    background: rgba(255, 255, 255, 0.4);
}

#company-profile .wrapper dl.company_history dt {
    font-size: 1.25em;
    font-weight: bold;
    border-bottom: none;
    letter-spacing: 0.1em;
}
#company-profile > div:nth-child(6) > dl > dd {
    background: none !important;
    letter-spacing: 0.075em;
}
#company-profile > div:nth-child(6) > dl > dd:nth-child(2) {
    border-top: 1px solid #aaa;
}
#company-profile > div:nth-child(6) > dl > dd:last-child {
    border-bottom: none;
}

.wrapper table {
    margin: 20px;
    width: 100%;
    border-collapse: collapse;
}

.wrapper table th,
.wrapper table td {
    padding: 20px;
    text-align: left;
}
.wrapper table th {
    vertical-align: top;
    width: 30%;

}
.wrapper table td {
    vertical-align: top;
    width: 70%;

}

#contact, 
#recruit-entry {
    padding-top: 100px;
}
#contact .wrapper, 
#recruit-entry .wrapper {
    padding: 150px 200px;
}

#contact th.required:after, 
#recruit-entry th.required:after,
#contact th.optional:after, 
#recruit-entry th.optional:after {
    float: right;
    padding: 2px 20px;
    color: #ffffff;
    font-weight: normal;
    border-radius: 3px;
}
#contact th.required:after, 
#recruit-entry th.required:after {
    content: "必須";
    background: red;
}
#contact th.optional:after, 
#recruit-entry th.optional:after {
    content: "任意";
    background: blue;
}
 

#contact input[type=text],
#contact input[type=email],
#contact textarea, 
#recruit-entry input[type=text],
#recruit-entry input[type=email],
#recruit-entry textarea 
{
    width: 90%;
    padding: 15px 0;
    font-size: 1.2em;
}
.privacy-agreement {
    display: block;
}
.privacy-agreement input[type=checkbox] {
    width: 1.2em;
    height: 1.2em;
    margin: 5px;
}
#contact .contact-text, 
#recruit-entry .contact-text{
    text-align: center;
    padding: 20px 0;
}

#contact .contact-text a, 
#recruit-entry .contact-text a{
    color: #5fbfb6;
    border-bottom: 1px dashed #5fbfb6;
}


#recruit-entry .contact-days {
    display: flex;
}
#recruit-entry .contact-days label {
    display: block;
    margin-right: 30px;
}

#recruit-entry .contact-days input {
    margin-right: 5px;
}

#recruit-entry tr:nth-child(2n+1) {
    background-color: #ebebeb;
}

.wrapper table td.submit-td {
    text-align:center;
}
#contact button,
#recruit-entry button{
    padding: 30px 50px;
    background: #45b7ad;
    color: #FFFFFF;
    font-size: 1.2em;
    border: none;
}

#footer {
    width: 100%;
}

#footer .wrapper {
    margin: 0;
    padding: 0;
    background: #45b7ad;
}

.footer-logo {
    width: 140px;
    padding: 50px 0 0;
    margin: 0 auto;
}

#footer ul {
    padding: 35px 0;
    text-align: center;
}

#footer ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}
#footer ul li:nth-last-child(1) {
    margin-right: 0;
}
#footer ul li span.recruit {
    background: #e47100;
    padding: 10px 50px;
    border-radius: 30px;
    color: #ffffff;
}

.copyright {
    padding: 50px 30px;
    text-align: center;
    font-size: 0.75em;
    font-family: 'Roboto';
    letter-spacing: 0.2em;
}

.copyright br{
    display: none;
}

@media screen and (max-width: 480px) {
	.wrapper {
        padding: 0;
    }

    #header {
        position: relative;
    }

    #header_sp,
    .close-menu {
        display: block;
    }
    #header_sp .logo-sp {
        float: left;
        max-width: 200px;
        margin: 10px;
    }
    #header_sp .logo-sp img{
        max-width: 120px;
    }
    #header_sp .logo-sp img.recruit{
        max-width: 150px;
    }

    #header_sp .hamburger {
        float: right;
        max-width: 65px;
    }

    #header_sp .hamburger img{
        width: 50px;
    }

    .header_container {
        position: fixed;
        background: #ffffff;
        width: calc(100% - 20px);
        height: inherit;
        margin: 0;
        padding: 10px;
        display: none;
    }
    .close-menu {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 20px;
    }

    #logo {
        display: block;
        text-align: center;
        margin: 20px 0;
    }

    .logo-pc {
        display: none;
    }
    .logo-sp {
        display: inline;
        width: 120px;
    }

    #nav-menu-container ul li {
        display: block;
    }

    .nav-menu {
        margin: 10px;
    }

    .nav-menu li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #555;
        padding: 0;
        margin: 0 0 3px;
    }

    .nav-menu li span {
        display: inline;
    }

    .nav-menu li::after {
        content: "➔";
        position: absolute;
        top: 15px;
        right: 0;
    }

    .nav-menu li:nth-child(4) {
        margin-bottom: 40px;
    }

    .nav-menu li.contact,
    .nav-menu li.recruit {
        border-bottom: none;
        margin-bottom: 20px;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .nav-menu li.recruit {
        max-width: 100%;
        max-height: 100%;
    }

    .nav-menu li.contact::after,
    .nav-menu li.recruit::after {
        content: none;
    }

    .nav-menu li a {
        display: inline-block;
        width: calc(100% - 30px);
        padding: 15px;
        line-height: 1.4;
        text-align: left;
        text-transform: uppercase;
        color: #000000 !important;
        font-size: 0.9em;
    }

    .nav-menu li.contact a,
    .nav-menu li.recruit a {
        padding: 10px !important;
        text-align: center;
        color: #ffffff !important;
    }

    .wrapper dl dt, .wrapper dl dd {
        padding: 20px 0 0;
        height: 30px;
    }

    .wrapper dl dd {
        font-size: .9em;
        padding-left: 60px;
    }

    .wrapper dl dt span {
        border-bottom: 3px solid #aaa;
        width: 30px;
    }

    .wrapper table {
        margin: 20px 0;
        width: 100%;
    }

    .section-head {
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .section-head h2 {
        text-align: left;
        margin-top: 0;
        margin-left: 10px;
        font-size: 1.2em;
        line-height: 2.6;
    }

    #top-msg {
        height: 60vh;
    }


    #top-msg .wrapper {
        padding-top: 100px;
    }

    #top-msg h2 {
        font-size: 1.9em;
        line-height: 1.6;
    }

    #top-msg .message-box p.message {
        color: #FFFFFF;
        line-height: 2;
        margin-top: 80px;
        font-size: 0.8em;
    }

    #philosophy {
        text-align: left;
        display: block;
        flex-direction: none;
        justify-content: none;
        align-items: center;
    }

    #philosophy .wrapper {
        padding: 30px 0;
        text-align: left;
    }

    #philosophy .philosophy-image {
        width: 100% !important;
        height: 20vh;
    }

    #philosophy h2 {
        margin-top: 0;
        margin-left: 10px;
        color: inherit;
        font-size: 1.2em;
        line-height: 2.6;
    }

    #philosophy .message-box p.message {
        line-height: 1.6;
        margin-top: 10px;
        padding: 0 10px;
        font-size: .8em;
        font-weight: normal;
    }
    
    #philosophy .message-box p.message br{
        display: none;
    }

    #feature .wrapper {
        padding: 50px 0;
        width: 100%;
        min-width: 0;
    }

    #feature {
        position: relative;
    }

    #feature .section-head {
        position: absolute;
        top: 140px;
    }

    #achievements {
        padding-top: 50px;

    }

    #achievements .wrapper {
        padding: 0 0 70px;
        overflow-x: hidden;
        overflow-y: hidden;
        max-width: 100%;
        padding: 0;
    }

    ul.achievements-list {
        display: block;
        margin: 15px;
        width: 100%;
        height: inherit;
    }

    ul.achievements-list li {
        display: block;
        float: none;
        width: 100%;
        height: 200px;
        position: relative;
    }

    .achievement-content {
        bottom: 45px;
        left: 30px;
        text-align: left;
    }

    .achievement-content span {
        margin-top: 50px;
        font-size: 0.9em;
        color: #FFFFFF;
    }

    #company-profile .section-head:first-child{
        display: none;
    }

    h3.section-head {
        text-align: left;
        margin-top: 0;
        margin-left: 10px;
        font-size: 1.2em;
        line-height: 2.6;
    }


    #company-profile .wrapper {
        padding: 0;
        width: 100%;
        min-width: 0;
    }

    #company-profile dl {
        margin: 10px;
    }
    #company-profile dl dt,
    #company-profile dl dd {
        float: none;
        height: inherit;
    }

    #company-profile dl dt:nth-child(1),
    #company-profile dl dd:nth-child(2) {
        display: none;
    }


    #company-profile .wrapper dl dt span {
        width: 100px;
        text-align: left;
        padding: 5px 10px;
        font-size: .9em;
        font-weight: bold;
        margin-left: 10px;
        position: static;
    }

    #company-profile .wrapper dl dt {
        padding: 10px 0 0;
    }
    #company-profile .wrapper dl dd {
        padding: 10px 5px 10px 20px;
    }

    #company-profile dl.company_history dt {
        padding: 10px 0;
        font-size: .9em;
        text-align: center;
    }

    #company-profile dl.company_history dd {
        background: inherit;
    }

    #recruit .wrapper h2 > img {
        width: calc(100% - 90px);
        margin: 0 15px;
    }

    #recruit-top {
        height: 60vh;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    #recruit-top .wrapper {
        text-align: right;
        padding: 200px 0;
    }

    #recruit-top h2 {
        font-size: 2.3em;
        line-height: 1.4;
    }

    #recruit-works {
        display: block;
        background: #f2f2f2;
    }

    #recruit-works .wrapper {
        margin: 0 0 20px;
        padding: 50px 0 10px;
    }

    #recruit-works .pics-title {
        font-size: 1rem;
    }

    #recruit-works .message-box {
        padding: 0 15px;
    }

    #recruit-works .message-box p.message {
        line-height: 1.6;
        margin-top: 10px;
        font-size: .75em;
        font-weight: normal;
    }

    #recruit-works .works-desc {
        background: url(../images/works-desc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        min-width: 0;
        min-height: 0;
        width: calc(100% - 20px);
        height: 320px;
        margin: 0 10px 40px; 
    }

    #recruit-works .works-desc p {
        position: absolute;
        top: 188px;
        left: 10px;
        width: 83%;
        line-height: 2;
        font-size: .7em;
        color: #FFFFFF;
        background: rgba(0,0,0,0.8);
        padding: 15px 17px;
    }

    #recruit-place .wrapper {
        display: block;
        margin: 0 0 0;
        padding: 10px 0 0;
    }

    #recruit-place-left {
        margin-top: 50px;
    }

    #recruit-place h3 {
        margin: 25px 0 10px;
        font-size: 1em;
    }

    #recruit-place p {
        line-height: 1.6;
        margin: 0 10px 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #555;
        font-size: .8em;
    }

    #recruit-place .wrapper .place-desc {
        display: block;
        margin-top: 30px;
        margin-left: 10px;
    }

    #recruit-place .place_slide_pc {
        display: none;
    }

    #recruit-place .place_slide_sp {
        display: inline;
        width: 100%;
    }

    #recruit-data .wrapper {
        margin: 0 0 10px;
        padding: 100px 0 0;
    }

    #recruit-data table {
        border-collapse: collapse;
        width: calc(100% - 30px);
        margin: 15px;
    }

    #recruit-data tr {
        border: none;
    }

    #recruit-data th, 
    #recruit-data td {
        display: block;
        width: 100%;
        padding: 13px 0;
        border-top: 1px solid #cfcfcf;
        font-size: .8em;
    }

    #recruit-flow .flow-box{
        margin-left: 10px;
        margin-right: 10px; 
    }
    #recruit-flow .flow-arrow img{
        width: 90%;
    }

    #contact, #recruit-entry {
        padding-top: 10px;
    }

    #contact .wrapper, #recruit-entry .wrapper {
        padding: 15px 0px;
    }

    #contact .contact-text, #recruit-entry .contact-text {
        text-align: left;
        padding: 20px 10px;
    }

    #contact {
        position: relative;
        background: #ffffff;
    }

    #contact .section-head {
        position: absolute;
        top: 200px;
    }

    #contact th,
    #contact td,
    #recruit-entry th,
    #recruit-entry td {
        display: block;
        width: inherit;
        padding: 15px 10px;
    }

    #contact th,
    #recruit-entry th {
        background: rgb(235, 235, 235);
    }

    #contact th.required:after, 
    #recruit-entry th.required:after, 
    #contact th.optional:after, 
    #recruit-entry th.optional:after {
        font-size: .8em;
        padding: 2px 10px;
    }

    #recruit-entry .contact-days {
        display: block;
    }

    #recruit-entry .contact-days label {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 15px;
    }

    #contact input[type=text], #contact input[type=email], #contact textarea, #recruit-entry input[type=text], #recruit-entry input[type=email], #recruit-entry textarea {
        width: calc(100% - 20px);
        padding: 10px;
        font-size: 1em;
    }

    .privacy-agreement {
        text-align: center;
        margin: 10px 0;
    }

    #footer ul li {
        display: none;
    }

    #footer ul li:last-child {
        display: block;
        margin: 0;
    }

    .copyright {
        text-align: right;
        font-size: .8rem;
        padding: 5px;
    }

    .copyright br {
        display: block;
    }
}