body{
font-size: 20px;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
max-width: 1000px;
margin: 0 auto;
}

@media screen and (max-width:640px) {
body{font-size: 4vw;}
}
.orange{
    color: #ff8603;
}
.blue{
    color: #00c3ad;
}
.align-center{
text-align: center;
}

p{
margin-bottom: 1.25em ;
line-break: strict;
color: #333;
line-height: 2em;
}

#wrapper{
max-width: 100%;
display: block;
margin: 0 auto;
}

#global-header{
padding: .5em;
}

#global-header img{
max-width: 230px;
}

#top{
margin: 0 auto 1.5em;
border-radius: 8px;
}

.contents{
max-width: 640px;
display: block;
margin: 0 auto;
padding: 0 1.25em;
}

#about{
display: block;
text-align: center;
margin: 0 auto 2em;
}
h2 img{
display: block;
margin: 2em auto;
}

h3{
color: #ff8603;
}

.text-area-innerbox{
border: solid 2px rgb(0, 255, 226);
background: rgb(255, 255, 230);
border-radius: 8px;
padding: .5em;
margin: .5em auto;
font-weight: bold;
}
.text-area-innerbox ul{
    list-style: circle;
    margin-left: 1.5em;
}
.text-area-innerbox p{
margin: 0 auto;
}


.footfoot {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    margin-top: 2em;
    position: relative;
    overflow: hidden;
}

.footfoot .plus-footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    min-height: 2em;
    line-height: 1.5;

    z-index: 2;

}

.footfoot::before {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    content: "";
    background: #333;
    width: 100vw;
    height: 100%;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    z-index: -1;
}

.footfoot .plus-footer a {
    color: #fff;
    display: block;
    text-decoration: none;
    margin: 0 10px;
}