html,
body {
    background-color: white;
    font-size: 18px;
    color: rgb(101, 101, 101);
    width: 100%;
    padding: 0 0 60px;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Montserrat', sans-serif, "Mplus 1p", "Noto Sans Japanese";
    height: 100%;
    min-height: 100vh;
    font-weight: 300;
    position: relative;
    box-sizing: border-box;
}
#wrapper {
    height: 100%;
    min-height: 100vh;;
}
.logo {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
}
a {
    color: #786caf;
}
a.under-line {
    border-bottom: solid 1px #786caf;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
.contents {
    width: 100%;
    min-width: 960px;
}
.main {
    width: 960px;
    margin: 50px auto;
}
h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
}
.info {
    padding: 40px;
    border: 1px solid #999999;
    border-radius: 10px;
}
.info p {
    text-align: center;
}
.info p + p {
    margin-top: 20px;
}
.info .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.footer {
    position: absolute;
    bottom: 0;
    padding: 60px 0px 0px;
    color: #ccc;
    background-color: #222;
    border-top: 1px solid #d8d8d8;
    min-width: 100vw;
    text-align: center;
    font-size: 0.7rem !important;
}
.copyright_text p {
    font-size: 0.725rem;
    padding: 0px 20px 4px;
    max-width: 100%;
}
