body {
    margin: 0px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

    footer p {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 12px;
        font-family: "HiraginoSans-W3","Yu Gothic Medium";
        color: #5D6A77;
    }

    footer hr {
        margin: 0px;
        border-width: 1px 0px 0px 0px;
        border-color: #e0e0e0;
    }
.line {
    border-top: 1px solid #e0e0e0;
}

#wrapper{
	display:none;
}
.wrapper {
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    overflow-x:hidden;
    overflow-y:auto;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 880px;
}

.box {
    width: 100%;
    text-align: center;
}

.esqArea {
    margin-bottom: 70px;
    text-align: center;
}

.btnArea {
    display: block;
    height: 48px;
    width: 338px;
    margin: 0px auto;
    line-height: 48px;
    background: #2196f3;
    color: #FFFFFF;
    border-radius: 24px;
    text-align: center;
    padding: 0px;
    -webkit-tap-highlight-color: transparent;
    transition: background-color .3s ease;
}

.btnArea2 {
    display: block;
    height: 48px;
    width: 338px;
    margin: 20px auto;
    line-height: 48px;
    outline-color: #ADADAD;
    background: #ffffff;
    color: #6d727b;
    border-radius: 24px;
    border: #adadad 1px solid;
    text-align: center;
    padding: 0px;
}
.btnArea:hover{
	cursor:pointer;
	background-color :#53b3ff;
	-webkit-tap-highlight-color:transparent;
}
.btnArea2:hover{
	cursor:pointer;
	opacity:0.5;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    font-size: 14px;
    font-family: "HiraginoSans-W3","Yu Gothic Medium";
}

.btnArea a {
    color: inherit;
}

.btnArea2 a {
    color: inherit;
}
/*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body{
        margin-right: -6px;
        padding-top: 32px;
        margin-top: -32px;
        margin-bottom: -32px;
        scrollbar-base-color: white;
        scrollbar-face-color: #2196f3;
        scrollbar-3dlight-color: #2196f3;
        scrollbar-highlight-color: white;
        scrollbar-track-color: white;
        scrollbar-arrow-color: white;
        scrollbar-shadow-color: #2196f3;
        padding-bottom: 6px;
	}
}
body::-webkit-scrollbar{
    height: 11px !important;
    width: 11px !important;
}
body::-webkit-scrollbar-thumb {
    border-radius: 0;
    border-style: dashed;
    background-color: #2196f3;
    border-color: transparent;
}
body::-webkit-scrollbar-thumb:hover {
    background: #2196f3;
}
*/