body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    touch-callout: none;
    user-select: none;
    height: auto;
}

.infoBox {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
    background-color: white;
}

.infoBox img {
    max-width: 65%;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
    .infoBox img {
        max-width: 95%;
    }
}

@media only screen and (max-width: 768px) {
    .infoBox img {
        max-width: 95%;
    }
}

footer {
    width: 100%;
}

footer .footerText {
    font-size: 13px;
    text-align: center;
    color: darkslategray;
    line-height: 1.6;

}

footer .copy {
    font-size: 12px;
    text-align: center;
    line-height: 50px;
    color: darkslategray;
}