@charset "UTF-8";
/* CSS Document */

/*Reset and Base Styles
────────────────────────────────────*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* 10px */
    -webkit-text-size-adjust: 100%;
}
body {
    overflow-x: hidden;
    width: auto;
    color: #333333;
    font-size: 1.5rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding-top: 0 !important;
    line-height: 2;
    position: relative;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}
h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
a {
    text-decoration: none;
    color: #333333;
}
a:hover {
    text-decoration: none;
    color: #6a3500;
}
ul li {
    list-style: none;
    line-height: 2;
}
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    align-self: flex-start;
}
figure img {
    width: 100%;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
