@charset "utf-8";

#company_logo {
    box-sizing: border-box;
    /* max-width: 1100px; */
    margin: 0 auto;
    text-align: left;
    background: #e3eef7;
}

.l-footer__copy {
    background: #e3eef7;
    /* color: #fff; */
    text-align: center;
    padding: 24px 10px;
    line-height: 1;
    /* min-width: 1016px; */
}

.l-footer__copy small {
    display: inline-block;
    font-size: 12px;
    font-size: .66667rem;
}

.u-spi {
    display: none!important;
}

.l-main {
    position: static;
    padding-top: 0px;
    padding-bottom: 0px;
}

.l-inlineFrame {
    width: 100%;
    /* height: calc(100vh - 72px); */
    height: calc(100vh); 
    position: relative;
    top: 0;
}

.h-35 {
    height: 35px !important;
}

.l-inner__full {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}


@media only screen and (max-width: 768px) {
	#company_logo {
		text-align: center;
	}

    .l-footer__copy {
        padding: 24px 10px;
        min-width: 100%
    }

    .l-footer__copy small {
        font-size: 12px;
        font-size: 3.2vw;
        line-height: 1.6;
    }
}
    