*{
    position:relative;
    box-sizing: border-box;
    line-height: 1.5em;
}

*:focus{
    outline:none;
}

body{
    padding:0;
    margin:0;
    position:static;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-size:16px;
    color:#4c4c4c;
}

body h1,
body h2,
body h3,
body h4,
body h5{
    /*font-family: a-otf-futo-go-b101-pr6n,sans-serif;*/
}

h2{
    padding: 0.5em;
}

app{
    position:static;
}

ul,li{
    margin:0;
    padding:0;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
}


.dots li{
    list-style: disc;
    margin-left: 1em;
}


.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:space-between;
}

.flex_center{
    justify-content:center;
}

.wrap{
    padding: 0 20px;
}

.inner{
    width:100%;
    max-width: 1040px;
    padding:0 20px;
    margin:0 auto;
}

@media screen and (max-width: 770px){
    .inner{
        padding: 0 15px;
    }
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}

img{
    width: 100%;
}

.hsub{
    margin-top: 5px;
    font-weight: bold;
}

div#top_list{
    width: 100%;
}

#top_list > p{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 100%;
    margin: 0;
}
